{% trans 'Case number' %} :{{ manual_identifier }}
{% trans 'Student project assistance commitee' %} {% trans 'Summary of moral and financial report' %}
{% trans 'Associative project' %} {% if association %}☑{% else %}☐{% endif %}
{% trans 'Individual holder project' %} {% if user and not association %}☑{% else %}☐{% endif %}
{% trans 'SPAC date' %} :{{ commission_date | date:'l d F Y' }}{% trans 'Case number' %} :{{ manual_identifier }}
{% trans 'Amount asked' %} :
{% for commission in project_commission_funds %}
{{ commission.fund_data.acronym }} : {{ commission.amount_asked }} €
{% endfor %}
{% trans 'Amount granted' %} :
{% for commission in project_commission_funds %}
{{ commission.fund_data.acronym }} : {{ commission.amount_earned }} €
{% endfor %}
{% trans 'Outcome' %} :{{ outcome }} €{% trans 'Income' %} :{{ income }} €
{% if association %}{% trans 'Association name' %}{% else %}{% trans 'Individual holder name' %}{% endif %} :{% if association %}{{ association.name }}{% else %}{{ user.first_name }} {{ user.last_name }}{% endif %}
{% if partner_association %}
{% trans 'Co-holder association name' %} :{{ partner_association }}
{% endif %}
{% trans 'Project title' %} :{{ name }}
{% trans 'Project dates' %} :{{ real_start_date | date:'l d F Y' }} - {{ real_end_date | date:'l d F Y' }}
{% trans 'Project locations' %} :{{ real_location }}
{% if association %}{% trans 'Association postal address' %}{% else %}{% trans 'Individual holder postal address' %}{% endif %} :{% if association %}{{ association.address }} {{ association.zipcode }} {{ association.city }} {{ association.country }}{% else %}{{ user.address }} {{ user.zipcode }} {{ user.city }} {{ user.country }}{% endif %}
{% if association %}{% trans 'Association phone' %}{% else %}{% trans 'Individual holder phone' %}{% endif %} :{% if association %}{{ association.phone }}{% else %}{{ user.phone }}{% endif %}
{% if association %}{% trans 'Association email' %}{% else %}{% trans 'Individual holder email' %}{% endif %} :{% if association %}{{ association.email }}{% else %}{{ user.email }}{% endif %}
{% if association %}
{% trans 'Association president name' %} :{{ association.president_names }}
{% trans 'Phone' %} :{{ association.president_phone }}
{% trans 'Mail' %} :{{ association.president_email }}