{% load i18n wagtailusers_tags workflow_tags %}

{% trans "Proposal Information" %}

{% if object.get_value_display != "-" %}
{% trans "Requested Funding" %}
{{ object.get_value_display }}
{% endif %} {% if object.get_duration_display != "-" %}
{% trans "Project Duration" %}
{{ object.get_duration_display }}
{% endif %}
{% trans "Legal Name" %}
{{ object.get_full_name_display }}{% if request.user.is_apply_staff %} ({% trans "Edit account" %}){% endif %}
{% trans "E-mail" %}
{{ object.get_email_display }}
{% if object.get_address_display != "-" %}
{% trans "Address" %}
{{ object.get_address_display }}
{% endif %} {% if object.get_organization_name_display != "-" %}
{% trans "Organization name" %}
{{ object.get_organization_name_display }}
{% endif %}
{{ object.output_answers }}