{% load i18n notification_filters %} {% for notification in notifications %}

{{ notification }}

{% trans 'Final Date/Time' %}: {{ notification.task.end_date|default:_('Not Informed') }}

{% if notification.level == 2 %}

{% trans 'Your goal was to realize this in' %}: {{ notification.meta }}

{% elif notification.level == 4 %}

{% trans 'Task finished in' %}: {{ notification.task.limit_date }}

{% endif %} {{ notification|done_percent|floatformat:2 }}% {% trans 'of the participants already realized this task.' %}
{{ notification.level|warning_msg }}
{% if notification.level == 4 %} {% trans 'Access the task' %} {% else %} {% trans 'Realize the task' %} {% endif %} {% if notification.level < 3 %}
{% csrf_token %}
{% endif %}
{% endfor %}