{% extends "djangobmf/base.html" %} {% load i18n %} {% block title %}{% trans "Notifications" %}{% endblock %} {% block full_content %}
{% if glob_settings %} {% trans "Default settings" %}: {% if has_detectchanges %} {% endif %} {% if has_workflow %} {% endif %} {% if has_comments %} {% endif %} {% if has_files %} {% endif %} {% trans "Edit" %} {% else %} {% endif %}
{% trans "Notifications" %} | |
---|---|
{{ item.watch_object }}
{% if item.unread %}new{% endif %}
{% if not glob_settings %}[{{ item.watch_ct }}]{% endif %} {{ item.modified|date:"SHORT_DATETIME_FORMAT" }} |
{% if item.is_active %} {% if has_detectchanges %} {% endif %} {% if has_workflow %} {% endif %} {% if has_comments %} {% endif %} {% if has_files %} {% endif %} {% endif %} |
{% trans "You dont have notifications" %} |