{% extends "noticebox/base.html" %} {% block content %} {% for notice in notice_list %} {% endfor %}
{% if not notice.is_read %}*{% endif %} {{ notice.ctime|date }} {{ notice.subject|safe }}
{% if page_obj.has_previous %} « first ‹ previous {% endif %} {% for n in paginator.page_range %} {% if page_obj.number == n %} {{ n }} {% else %} {{ n }} {% endif %} {% endfor %} {% if page_obj.has_next %} next › last » {% endif %}
{% endblock content %}