{% extends "messages/email/applicant_base.html" %}
{% load bleach_tags %}
{% block title %}Determination for {{ object.title }}{% endblock %}
{% block content %}
Your application has been reviewed and the outcome is: {{ determination.clean_outcome }}
{{ determination.message|bleach }}
Read the complete determination here: {{ request.scheme }}://{{ request.get_host }}{{ determination.get_absolute_url }}
{% endblock %}