{% load i18n notification_filters %}
{% trans 'Date' %} | {% trans 'Resource' %} | {% trans 'Task' %} | {% trans 'Final Date' %} | {% trans 'Notification' %} | {% trans 'Aware' %} | {% trans 'Observation' %} | {% if rows > 0 %} {% for notification in notifications %}
---|---|---|---|---|---|---|
{{ 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' %} |