<%! from django.utils.translation import ugettext as _ %>
% if display_name is not UNDEFINED and display_name is not None:

${display_name}

% endif
% if instructions_html is not UNDEFINED and instructions_html is not None:
${_("Instructions")} ${_("Collapse Instructions")}
${instructions_html}
% endif
${_("Guided Discussion")} ${_("Hide Annotations")}
${content_html}