{% if not n.read %} {% trans "New" %} {% endif %} {% if n.target_url %} {{ n.message }} {% else %} {{ n.message }} {% endif %}
{{ 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 %} {% if n.target_url %} {{ n.message }} {% else %} {{ n.message }} {% endif %}
{{ n.created_at|date:"d.m.Y H:i" }}
{% trans "No notifications." %}
{% endif %}