{% extends 'pinax/notifications/body.txt' %}
{% load i18n %}

{% block message %}
{% blocktrans %}
Please find attached the summary of the NAO synchronization process on {{ sync_date }}.
{% endblocktrans %}

{% blocktrans %}The synchronization was triggered by {{ sync_trigger_user.first_name }} {{ sync_trigger_user.last_name }} who belongs to the following business units: {% endblocktrans %}{% for bu in sync_trigger_user_bus %} {{ bu.name }}{% if not forloop.last %}, {% else %}.{% endif %}{% endfor %}

{% endblock %}

