Boards >> {{ section_name }} {% if (logged and (not closed or is_moderator)) %}

{% endif %} {% if threads|length > 0 %}

Page: {{ links_to_pages|raw }}
{% set i = 0 %} {% for thread in threads %} {% set i = i + 1 %} {% endfor %}
Thread Thread Starter Replies Views Last Post
{% if is_moderator %} {{ include('forum.remove_post.html.twig', {post: thread}) }} {% endif %} {{ thread.post_topic }}
{{ thread.post_shortened|raw }}...
{{ thread.player_link|raw }} {{ thread.replies }} {{ thread.views }} {% if thread.last_post > 0 %} {% if thread.latest_post.name is defined %} {{ thread.latest_post.post_date|date('d.m.y H:i:s') }}
by {{ thread.latest_post.player_link|raw }} {% else %} No posts. {% endif %} {% else %} {{ thread.post_date|date('d.m.y H:i:s') }}
by {{ thread.player_link|raw }} {% endif %}
{% else %}

No threads in this board.

{% endif %} {% if(logged and (not closed or is_moderator)) %}
{% endif %}