{% if not n.read %} {% trans "New" %} {% endif %} {{ n.message }}
{{ n.created_at|date:"d.m.Y H:i" }}
{% if not n.read %}
{% endif %}
{% extends "base.html" %} {% load i18n %} {% block crumbs %}
{% if not n.read %} {% trans "New" %} {% endif %} {{ n.message }}
{{ n.created_at|date:"d.m.Y H:i" }}
{% trans "No notifications." %}
{% endif %}