{% extends "base-apply.html" %} {% load bleach_tags %} {% block content %}

Determination

For {{ determination.submission.title }}
Determination: {{ determination.get_outcome_display }}
{{ determination.message|bleach }}
{% if can_view_extended_data %}
{% for group in determination_data.values %}

{{ group.title }}

{% for question, answer in group.questions %}
{{ question }}
{% if answer %}{{ answer|bleach }}{% else %}-{% endif %} {% endfor %} {% endfor %}
{% endif %} {% endblock %}