{% extends "base.html" %} {% load i18n react_comments_async react_ratings thumbnail rules avatar %} {% block title %}{{ topic.name }}{% endblock %} {% block content %}

{{ topic.name }}

{{ topic.creator.username }} {% if author_is_moderator %} {% trans 'Moderator' %} {% endif %}
{% if topic.category %} {{ topic.category }} {% endif %}

{{ topic.description |safe }}

{% if upload_files.count > 0 %}

{% trans 'Downloads' %}

{% endif %}
{% if topic.image %}
{% endif %}
{% react_ratings topic %}
{% trans 'Comments'%}
{% react_comments_async topic True %}
{% include "euth_communitydebate/includes/modal.html" with topic=topic %} {% endblock %}