{% extends "base.html" %} {% block content %}
{% if comic.user = user or user in comic.assistants.all %} new forum {% endif %}

{{ comic.title }}

{% for forum in forums %} {% include 'forums/forum.html' %} {% empty %}
There are currently no forums.
{% endfor %} {% endblock %}