{% extends "base-apply.html" %} {% load static %} {% load wagtailcore_tags %} {% block title %}{{ object.title }}{% endblock %} {% block body_class %}{% endblock %} {% block content %}

{{ object.title }}

{% if public_page %} {{ object.submission.page }} {% else %} {{ object.submission.page }} {% endif %} {% if request.user.is_apply_staff and object.submission.round %} {{ object.submission.round }} {% else %} {{ object.submission.round }} {% endif %} Lead: {{ object.lead }}
{# {% status_bar object.workflow object.phase request.user same_stage=True%} #}
{% block notifications %} {% endblock %}

Project Information

Proposed start date

{{ object.proposed_start|date:"j F Y"|default:"-" }}

Project Proposed end date

{{ object.proposed_end|date:"j F Y"|default:"-" }}

Legal name

{{ object.contact_legal_name|default:"-" }}

Email
{% if object.contact_email %} {{ object.contact_email }} {% else %} - {% endif %}
Show more
Address

{{ object.get_address_display|default:"-"}}

Phone

{{ object.phone|default:"-" }}

Value

${{ object.value|default:"-" }}

{#
#} {# {% include "funds/includes/funding_block.html" %} #} {# {% include "funds/includes/payment_requests.html" %} #} {# {% include "funds/includes/invoice_block.html" %} #} {#
#} {% include "application_projects/includes/supporting_documents.html" %}
{# Tab 2 #}
{% include "activity/include/comment_form.html" %} {% include "activity/include/comment_list.html" with editable=True %}
{# Tab 3 #}
{% include "activity/include/action_list.html" %}
{% endblock content %} {% block extra_js %} {% endblock %}