{% extends "base-apply.html" %} {% load i18n statusbar_tags %} {% block title %}{% trans "Sealed" %}: {{ object.title }}{% endblock %} {% block content %}

{{ object.title }}

{{ object.stage }} {{ object.page }} {{ object.round }} {% trans "Lead" %}: {{ object.lead }}
{% status_bar object.workflow object.phase request.user same_stage=True %}

{% trans "This application is sealed until the round is closed" %}

{% trans "The round ends on" %}: {{ object.round.specific.end_date }}

{% trans "Go back" %} {% if can_view_sealed %}

{% trans "As an admin you are allowed to access the application. However, this action will be recorded." %}

{% csrf_token %}
{% endif %}
{% endblock %}