| 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") }} by {{ board.last_post.player_link|raw }} {% else %} No posts {% endif %}  | 
		{% if canEdit %}
			
				
					 Edit
				
				
					 Delete
				
				
					 {% if board.hide != 1 %}Hide{% else %}Show{% endif %}
				
				{% if i != 1 %}
					
						 | 
		{% endif %}