{% extends "sysadmin/base.html" %} {% load i18n %} {% block cur_notice %}tab-cur{% endblock %} {% block right_panel %}

{% trans "All Notifications" %}

{% csrf_token %}

{% trans "Add new notification" %}


{% if notes %} {% for note in notes %} {% endfor %}
{% trans "Notification Detail" %} {% trans "Operations" %}
{{ note.message }} {% if note.primary == 1 %} {% trans "(current notification)" %} {% endif %} {% if note.primary != 1 %} {% trans "Set to current" %} {% endif %} {% trans "Delete" %}
{% else %}

{% trans "Empty" %}

{% endif %} {% endblock %} {% block extra_script %} {% endblock %}