{% load i18n %}
{% if display_name %}

{{ display_name }}

{% endif %}
{% if instructions_html %}
{% trans "Instructions" %} {% trans "Collapse Instructions" %}
{{ instructions_html|safe }}
{% endif %}
{% trans "Guided Discussion" %} {% trans "Hide Annotations" %}
{{ content_html|safe }}