{% extends g.theme.master %} {% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Forums{% endblock %} {% block header %}{{c.app.config.options.mount_label}}{% endblock %} {% block actions %} {% endblock %} {% if h.has_access(c.app, 'configure')() and (not hide_forum) %} {% block edit_box %} {% endblock %} {% endif %} {% block content %} {% if announcements %}

Announcements

{{c.announcements_table.display(value=announcements)}} {% endif %} {% set visible=0 %} {% for forum in forums %} {% else %} {% endfor %}
FORUM LATEST POST # TOPICS
{{forum.name}}
{{forum.description}} {% if forum.deleted %}
This forum has been deleted and is not visible to non-admin users
{% endif %}
{% if forum.last_post %} {{h.text.truncate(h.really_unicode(forum.last_post.subject or '(no subject)'),75)}}
by {{forum.last_post.author().display_name}}
{{h.ago(forum.last_post.mod_date)}} {% else %} No posts yet {% endif %}
{{forum.num_topics}}
No forums exist.
{% endblock %} {% block extra_js %} {% if h.has_access(c.app, 'configure')() %} {% endif %} {% endblock %}