{% extends "bee_django_exam/base.html" %} {% load bee_django_exam_filter %} {% block content %}

须知详情

{% if perms.bee_django_exam.change_notice %} 修改须知 {% endif %} {# #} {# #} {# #} {# #}
标题 {{ notice.title }}
是否必选{{ notice.get_require_text }}
{{ notice.context|safe|default:"" }}
{% endblock %}