{% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% trans "Notifications" %} {% if notifications %} {% endif %}
{% if notifications %} {% else %}
All caught up {% trans "All caught up!" %} {% trans "You have no new notifications at the moment." %}
{% endif %}