{% flash %}
{{ message }}
{% endflash %} {% if returnUrl %}

Back to {{ channel.title }}

{% endif %} {% if topic %}

{{ topic.subject }}

{% partial "@controlpanel" %}
{% partial "@posts" %} {% partial "@pagination" %}

Reply to this discussion

{% if not topic.canPost %}

You cannot edit posts or make replies: {% if not member %}You should be logged in before you can post.{% endif %} {% if member.is_banned %}Your account is banned.{% endif %} {% if topic.is_locked %}This topic is locked.{% endif %}

{% else %} {% partial "@postform" %} {% endif %}
{% elseif channel %}

Create a new discussion topic

{% partial "@createform" %} {% else %}

Topic not found

{% endif %}