{% extends 'base/base.html' %} {% block content %} {{ breadcrumb(active=_('Notices'))}}
{{ _('Notices') }}
{% if notices.items %} {% for notice in notices.items %}
{% import 'base/notice.html' as notice_base %} {{ notice_base[notice.category](notice) }}
{% endfor %} {{ p_footer(notices, 'forums.notice')}} {% else %}
{{ _('No Notices')}}
{% endif %}
{{ panel_base.index() }}
{% endblock %}