{% include 'header.html' %}
{{ board.url }} - {{ board.title|e }}
{% if config.page_nav_top %}
[ {% for page in pages %}
{{ page.num }}
{% if not loop.last %}/ {% endif %} {% endfor %} ]
{% if config.catalog_link %}
[
Catalog
]
{% endif %}
{% endif %} {{ boardlist.top }}
{% if pm %}
You have
an unread PM
{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.
{% endif %} {% if config.url_banner %}
{% endif %}
{{ board.url }} - {{ board.title|e }}
{% if board.subtitle %} {% if config.allow_subtitle_html %} {{ board.subtitle }} {% else %} {{ board.subtitle|e }} {% endif %} {% endif %} {% if mod %}
{% trans %}Return to dashboard{% endtrans %}
{% endif %}
{% include 'attention_bar.html' %} {{ config.ad.top }} {% if not no_post_form %} {% include 'post_form.html' %} {% else %} {% include 'boardlist.html' %} {% endif %} {% if config.global_message %}
{{ config.global_message }}
{% endif %}
{% if mod %}
{% endif %} {{ body }} {% include 'report_delete.html' %}
{{ config.ad.bottom }}