diff --git a/notifications/templates/notifications/_view.html b/notifications/templates/notifications/_view.html index 965312b..a98d970 100644 --- a/notifications/templates/notifications/_view.html +++ b/notifications/templates/notifications/_view.html @@ -2,63 +2,65 @@
{% trans 'Final Date/Time' %}: {{ notification.task.end_date|default:_('Not Informed') }}
+{% trans 'Final Date/Time' %}: {{ notification.task.end_date|default:_('Not Informed') }}
- {% if notification.level == 2 %} - - {% elif notification.level == 4 %} - - {% endif %} + {% if notification.level == 2 %} + + {% elif notification.level == 4 %} + + {% endif %} - {{ notification|done_percent }}% {% trans 'of the participants already realized this task.' %} -