-
{% for notify in notifications %}
-
{{ notify.message }}
{{ notify.start_date|timesince }} ago
{% endfor %}
-
{% if request.user.id == 1 %}
-
{% admin_read_notification as read %}
{% if read.is_read == 0 %}
{% else %}
{% endif %}
{% admin_notifications as notifications %}
{% endif %}
{% comment %} - English {% endcomment %}
-
Beni
{% if request.user.full_name %}{{ request.user.full_name }}{% else %}Admin{% endif %}
