{% extends "orga/submission/base.html" %} {% load i18n %} {% load rich_text %} {% block submission_content %} {% for entry in feedback %}
{{ entry.review|rich_text }}
{% empty %} {% trans "There has been no feedback for this talk yet." %} {% endfor %} {% endblock %}