{% for forum, forumsread in forums %} {% else %} {% if forum.locked %} {% elif forum|forum_is_unread(forumsread, current_user) %} {% else %} {% endif %} {% endfor %}
{{ category.title }}
{% trans %}Forum{% endtrans %} {% trans %}Topics{% endtrans %} {% trans %}Posts{% endtrans %} {% trans %}Last Post{% endtrans %}
{% if forum.external %} {{ forum.title }}
{% autoescape false %} {{ forum.description|markup }} {% endautoescape %}
- - - {{ forum.title }}
{% autoescape false %} {{ forum.description|markup }} {% endautoescape %} {% if forum.show_moderators %}
{% trans %}Moderators{% endtrans %}: {% for moderator in forum.moderators %} {{ moderator.username }}{% if not loop.last %}, {% endif %} {% endfor %}
{% endif %}
{{ forum.topic_count }} {{ forum.post_count }} {% if forum.last_post_id %} {{ forum.last_post_title|crop_title }}
{{ forum.last_post_created|time_since }}
{% trans %}by{% endtrans %} {% if forum.last_post_user_id %} {{ forum.last_post_username }} {% else %} {{ forum.last_post_username }} {% endif %} {% else %} {% trans %}No posts.{% endtrans %} {% endif %} {% endif %}