- {% include "forum_conversation/partials/poster.html" with post=topic.first_post topic=topic is_topic_head=True %}
+ {% include "forum_conversation/partials/poster.html" with post=topic.first_post topic=topic is_topic_head=True forum=forum %}
{% include "forum_conversation/partials/topic_tags.html" with tags=topic.tags.all %}
- {% if forum != topic.forum %}
-
{{ topic.forum }}
- {% endif %}