{% extends "base-apply.html" %} {% block content %}

{{ object.title }}

{{ object.stage }} | {{ object.page }} | {{ object.round }} | Lead: {{ object.round.specific.lead }}
{% include "funds/includes/status_bar.html" with workflow=object.workflow status=object.status %}
Submission Details
Submitted: {{ object.submit_time.date }} by {{ object.user.get_full_name }}

Proposal Information

Requested Funding {{ object.value }} Project Duration {{ object.value }} Legal Name {{ object.full_name }} Email {{ object.email }}
{{ object.render_answers }}

Other Submissions

{% for submission in other_submissions %} {{ submission.title }} {% endfor %}
{% endblock %}