{% extends "base-apply.html" %} {% load static workflow_tags wagtailcore_tags statusbar_tags %} {% block title %}{{ object.title }}{% endblock %} {% block body_class %}{% endblock %} {% block content %} {% if object.round.specific.is_sealed %} {% endif %}

{{ object.title }}

{{ object.stage }} {% if public_page %}{{ object.page }}{% else %}{{ object.page }}{% endif %} {{ object.round }} Lead: {{ object.lead }}
{% status_bar object.workflow object.phase request.user same_stage=True%}
Submission Details Communications Activity Feed {% if request.user.is_apply_staff %} View message log {% endif %}
{# Tab 1 #}
{% block admin_actions %} {% endblock %}
{% if request.user|has_edit_perm:object and object.status == 'draft_proposal' and not request.user.is_apply_staff %}

Congratulations!

Your {{ object.previous.stage }} application has been accepted.
Start your {{ object.stage }} application
{% else %}
Submitted: {{ object.submit_time.date }} by {{ object.user.get_full_name }} Last edited: {{ object.live_revision.timestamp.date }} by {{ object.live_revision.author }} {% if request.user|has_edit_perm:object %} Edit {% else %} Edit {% endif %}
{% include "funds/includes/rendered_answers.html" %}
{% endif %}
{# Tab 2 #}
{% include "activity/include/comment_form.html" %} {% include "activity/include/comment_list.html" %}
{# Tab 3 #}
{% include "activity/include/action_list.html" %}
{% endblock %} {% block extra_js %} {{ comment_form.media.js }} {% endblock %}