{% extends "messages/email/applicant_base.html" %} {% load bleach_tags %} {% block content %} {{ submission.determination.message|bleach }} {% endblock %} {% block post_signature_content %} {% if submission.determination.submitted %} {% for group in submission.determination.detailed_data.values %} {% for question, answer in group.questions %}
{{ question }}
{% if answer %}{{ answer|bleach }}{% else %}-{% endif %} {% endfor %} {% endfor %} {% endif %} {% endblock %}