{% extends 'euth_projects/project_detail.html' %} {% load i18n react_comments_async %} {% block phase_content %}

{{ object.name }}

{% for paragraph in object.paragraphs.all %}

{{ paragraph.name }}

{{ paragraph.text|safe }}
{% endfor %}
{% if object %}
{% trans 'Comments'%}
{% react_comments_async object %}
{% endif %}
{% endblock %}