Boards {% if canEdit %} {% endif %} {% set i = 0 %} {% for board in boards %} {% set i = i + 1 %} {% if canEdit %} {% endif %} {% endfor %}
Board Posts Threads Last Post Options
{{ board.name }}
{{ board.description }}
{{ board.posts }} {{ board.threads }} {% if board.last_post.name is not null %} {{ board.last_post.date|date("d.m.y H:i:s") }}
by {{ board.last_post.player_link|raw }} {% else %} No posts {% endif %}
{{ include('forum.admin.links.html.twig', {id: board.id, hide: board.hide, i: i }) }}