{% apply spaceless %} {% include 'header.html' %} {{ board }} - Catalog {{ boardlist.top }}

{{ settings.title }} (/{{ board }}/)

{{ settings.subtitle }} {% if mod %}

{% trans %}Return to dashboard{% endtrans %}

{% endif %}
{% trans 'Sort by' %}: {% trans 'Image size' %}:
{% for post in recent_posts %}
{% if post.youtube %}
R: {{ post.reply_count }} / I: {{ post.image_count }}{% if post.sticky %} (sticky){% endif %} {% if post.subject %}

{{ post.subject|e }}

{% else %}
{% endif %} {{ post.body }}
{% endfor %}

{% include 'footer.html' %} {% endapply %}