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

{{ idea.name }}

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

{{ idea.description |safe }}

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