{% extends "sysadmin/base.html" %} {% load i18n %} {% block cur_notice %}tab-cur{% endblock %} {% block right_panel %}
{% 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" %} |
{% trans "Empty" %}
{% endif %} {% endblock %} {% block extra_script %} {% endblock %}