{% extends "bee_django_exam/base.html" %} {% load bee_django_crm_filter %} {% block content %} {% include 'bee_django_exam/logo.html' %} {% include 'bee_django_exam/nav.html' %}

须知列表

添加须知
{# #} {% for notice in notice_list %} {# #} {% endfor %}
标题是否必选
{{ notice.title }}{{ notice.get_require_text }} 详情 修改 {# 修改#} {# 删除#}
{% include 'bee_django_exam/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}