{% extends "base-apply.html" %} {% load i18n nh3_tags heroicons %} {% block title %}{% trans "Determination for" %} {{ determination.submission.title }}{% endblock %} {% block content %} {% adminbar %} {% slot back_link %} {% trans "View submission" %} {% endslot %} {% slot header %} {% trans "Determination" %} {% if determination.is_draft %}[{% trans "DRAFT" %}] {% endif %}{% endslot %} {% slot sub_heading %}{% trans "For" %} {{ determination.submission.title }}{% endslot %} {% endadminbar %}