{% load i18n notification_filters %}

{{ rows }} {% trans 'rows' %}

{% if rows > 0 %} {% for notification in notifications %} {% endfor %} {% else %} {% endif %}
{% trans 'Date' %} {% trans 'Resource' %} {% trans 'Task' %} {% trans 'Final Date' %} {% trans 'Notification' %} {% trans 'Aware' %} {% trans 'Observation' %}
{{ notification.creation_date|date:"SHORT_DATE_FORMAT" }} {{ notification.task.resource }} {{ notification.task.get_action_display }} {{ notification.task.end_date|date:"SHORT_DATE_FORMAT"|default:_('Not Informed') }} {{ notification.level|warning_msg:False }} {{ notification.viewed|viewed_msg }} {{ notification|observation }}
{% trans 'No results found' %}