{% extends 'global/master.twig' %} {% set title = 'Forums' %} {% block content %}
Popular topics
{% for _t in activeTopics %} {% endfor %}
Title Last reply
{{ _t.title }}
Latest posts
{% for _p in latestPosts %} {% endfor %}
Title & user Posted
{{ _p.subject }} by {{ _p.poster.username }}
Today's most active poster
{% if activePoster.id %}

{{ activePoster.username }}

{% if activePoster.isPremium %}Tenshi {% endif %}{{ activePoster.country }} {{ activePoster.title }}
{% else %}

No one yet!

{% endif %}
{% include 'forum/elements/forumBase.twig' %}
{% endblock %}