{% endif %}
{% if threads|length > 0 %}
| Thread | Thread Starter | Replies | Views | Last Post |
|
{% if is_moderator %}
{{ 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 %} |
{% endif %}