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

{{ object.title }}

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

This application is sealed until the round is closed

The round ends on: {{ object.round.specific.end_date }}

Go back {% if can_view_sealed %}

As an admin you are allowed to access the application. However, this action will be recorded.

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