{% extends 'base/base.html' %} {% import 'base/link.html' as link %} {% block content %}
消息通知
{% if notices.items %}
{% for notice in notices.items %} {{ notice }} {% endfor %}
{% if notices.pages > 1 %} {% endif %} {% else %}
没有通知
{% endif %}
{% include 'base/panel.html' %}
{% endblock %}