{% extends "base-apply.html" %} {% load i18n contract_tools static wagtailcore_tags approval_tools invoice_tools project_tags %} {% block title %}{{ object.title }}{% endblock %} {% block body_class %}{% endblock %} {% block content %} {% show_closing_banner object as show_banner %} {% display_project_status object request.user as project_status %} {% if show_banner %} {% endif %}

{{ object.title }}

{{ object.submission.page }} {% if request.user.is_apply_staff and object.submission.round %} {{ object.submission.round }} {% else %} {{ object.submission.round }} {% endif %} {% if request.user.is_apply_staff %} {% trans "Lead" %}: {{ object.lead }} {% else %} {% trans "Lead" %}: {{ object.lead }} {% endif %}
{% for status, text in statuses %} {% if forloop.counter0 == current_status_index %} {% include "funds/includes/status_bar_item.html" with is_current=True is_complete=False label=text %} {% elif forloop.counter0 < current_status_index %} {% include "funds/includes/status_bar_item.html" with is_current=False is_complete=True label=text %} {% else %} {% include "funds/includes/status_bar_item.html" with is_current=False is_complete=False label=text %} {% endif %} {% endfor %}
{{ project_status }}
{% block notifications %} {% endblock %}

{% trans "Project Information" %}

{% trans "Contractor" %}

{{ object.vendor.name |default:"-" }}

{% trans "E-mail" %}
{% if object.vendor.user.email %} {{ object.vendor.user.email }} {% else %} - {% endif %}
{% user_can_view_invoices object user as can_view_invoices %} {% if can_view_invoices %}
{% include "application_projects/includes/invoices.html" %}
{% endif %} {% project_can_have_report object as can_have_reports %} {% if can_have_reports %}
{% include "application_projects/includes/reports.html" %}
{% endif %} {% project_can_have_contracting_section object as can_have_contracting_section %} {% if can_have_contracting_section %} {% include "application_projects/includes/contracting_documents.html" %} {% endif %} {% include "application_projects/includes/supporting_documents.html" %}
{% block sidebar %} {% endblock sidebar %}
{# Tab 2 #}

{% trans "Add communication" %}

{% include "activity/include/comment_form.html" %} {% include "activity/include/comment_list.html" with editable=False %}
{# Tab 3 #}
{% comment %} Loaded using the htmx via alpine's custom event "open-tab-3"{% endcomment %}

Loading...

{% endblock content %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}