{% extends "base-apply.html" %} {% load workflow_tags %} {% block title %}{{ object.title }}{% endblock %} {% block body_class %}{% 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%}
{# Tab 1 #}
{% block admin_actions %} {% endblock %}
{% if request.user|has_edit_perm:object 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 }} {% if request.user|has_edit_perm:object %} Edit {% endif %}

Proposal Information

Requested Funding

{{ object.value }}

Project Duration

{{ object.value }}

Legal Name

{{ object.full_name }}

Email

{{ object.email }}

{{ object.render_answers }}
{% endif %}
{# Tab 2 #}
{% include "activity/include/comment_form.html" %} {% include "activity/include/comment_list.html" %}
{# Tab 3 #}
{% include "activity/include/action_list.html" %}
{% endblock %}