{% include 'header.html' %} {% include 'navbar.html' %}
{{ title }}
{{ boardlist.top }} {% if pm %}
You have
an unread PM
{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.
{% endif %} {% if mod_notifications %} {% for notification in mod_notifications %}
{{ notification.text|raw }}
{% endfor %}
{% endif %}
{{ title }}
{% if subtitle %} {{ subtitle }} {% endif %} {% if mod and not hide_dashboard_link %}
{% trans %}Return to dashboard{% endtrans %}
{% endif %}
{{ body }} {% include 'footer.html' %}