{% load forum_tags %} {% load humanize %} {% load news_tags %}

{{ forum.title }}

{% comment %} {% if forum.moderators.all %}

moderators: {% for moderator in forum.moderators.all %}{% if not forloop.first %},{% endif %} {{ moderator }}{% endfor %}

{% endif %} {% endcomment %}

{{ forum.description|bbcode2html|safe }}

{% if forum.user == user or user.is_staff or user == forum.comic.user or user in forum.comic.assistants.all %}
editdelete {% endif %}
{% comment %}

{{ forum|post_count|intcomma }}

{% endcomment %}
{% comment %} {% with forum|latest_post as latest_post %} {% include 'forums/latest_post.html' %} {% endwith %} {% endcomment %}