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

{{ object.title }}

{{ object.stage }} {{ object.page }} {{ object.round }} Lead: {{ object.lead }}
{% include "funds/includes/status_bar.html" with phases=object.workflow current_phase=object.phase 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 %}