{% load i18n notification_filters permissions_tags %} {% subject_permissions request.user subject as has_subject_permissions %} {% for notification in notifications %}
{% trans 'Final Date/Time' %}: {{ notification.task.end_date|default:_('Not Informed') }}
{% if notification.level == 2 %} {% elif notification.level == 4 %} {% endif %} {% if notification|done_percent >= 30 %} {{ notification|done_percent|floatformat:2 }}% {% trans 'of the participants already realized this task.' %} {% endif %}