{% trans "Project Information" %}
{% trans "Proposed start date" %}
{{ object.proposed_start|date:"DATE_FORMAT"|default:"-" }}
{% trans "Project Proposed end date" %}
{{ object.proposed_end|date:"DATE_FORMAT"|default:"-" }}
{% trans "Legal name" %}
{{ object.vendor.name |default:"-" }}
{% trans "E-mail" %}
{% if object.vendor.user.email %} {{ object.vendor.user.email }} {% else %} - {% endif %}{% trans "Show more" %}
{% trans "Address" %}
{{ object.vendor.get_address_display|default:"-"}}
{% trans "Phone" %}
{{ object.vendor.phone|default:"-" }}
{% trans "Value" %}
{{ CURRENCY_SYMBOL }}{{ object.value|default:"-" }}
{% include "application_projects/includes/funding_block.html" %}
{% include "application_projects/includes/invoices.html" %}
{% endif %}
{% if object.is_in_progress %}
{% include "application_projects/includes/reports.html" %}
{% endif %}
{% if not object.is_in_progress %}
{% include "application_projects/includes/supporting_documents.html" %}
{% endif %}