{% block page_heading %} {{ _('Current Discussion') }} {% endblock %}

{% if comments %} {% for comment in comments %} {% snippet "datarequests/snippets/comment_item.html", comment=comment, datarequest=datarequest, errors=errors, errors_summary=errors_summary, updated_comment=updated_comment %} {% endfor %} {% else %}

{{ _('This data request has not been commented yet') }}

{% endif %}