Skip to content
Snippets Groups Projects
determination.html 304 B
Newer Older
  • Learn to ignore specific revisions
  • {% extends "messages/email/applicant_base.html" %}
    
    {% load bleach_tags %}
    
    
    Todd Dembrey's avatar
    Todd Dembrey committed
    {% block title %}Determination for {{ object.title }}{% endblock %}
    
    
    {% block content %}
    
    Your application has been reviewed and the outcome is: {{ determination.clean_outcome }}
    
    {{ determination.message|bleach }}
    
    {% endblock %}