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 %}
Edit Delete {% if board.hidden != 1 %}Hide{% else %}Show{% endif %} {% if i != 1 %} Move up {% endif %} {% if i != last %} Move down {% endif %}