{% if mod|hasPermission(config.mod.noticeboard_post) %}
{% trans 'New post' %}
{% trans 'Name' %} {{ mod.username|e }}
{% trans 'Body' %}

{% endif %} {% for post in noticeboard %}
{% if mod|hasPermission(config.mod.noticeboard_delete) %} [{% trans 'delete' %}] {% endif %}

# {% if post.subject %} {{ post.subject|e }} {% else %} {% trans 'no subject' %} {% endif %} — {% trans 'by' %} {% if post.username %} {{ post.username|e }} {% else %} {% trans 'deleted?' %} {% endif %} {% trans 'at' %} {{ notice.time|date(config.post_date) }}

{{ post.body }}

{% endfor %} {% if count > noticeboard|count %}

{% for i in range(0, (count - 1) / config.mod.noticeboard_page) %} [{{ i + 1 }}] {% endfor %}

{% endif %}