| Board | Posts | Threads | Last Post{% if canEdit %} | Options{% endif %} | 
|---|---|---|---|---|
| {{ 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") }} {% if canEdit %}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 }) }}{% endif %} |