{% extends 'pinax/notifications/body.html' %} {% 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_fullname }} 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 %}