{% load i18n %} {% load plana_tags %} {{ name }}
Université de Strasbourg Contribution Vie Étudiante et de Campus Crous Strasbourg
{% trans 'SPAC date' %} : {{ commission_date | date:'l d F Y' }} {% trans 'Case number' %} : {{ manual_identifier }}
{% trans 'Filing date' %} : {{ processing_date | date:'l d F Y' }}
{% 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 }} : {% if commission.amount_earned is not None %}{{ commission.amount_earned }} €{% endif %} {% endfor %}

{% trans 'Student project assistance commitee' %}
{% trans 'Summary of grant applications' %}

{% trans 'Associative project' %} {% if association %}☑{% else %}☐{% endif %}
{% trans 'Individual holder project' %} {% if user and not association %}☑{% else %}☐{% endif %}
{% 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' %} : {{ planned_start_date | date:'l d F Y' }} - {{ planned_end_date | date:'l d F Y' }}
{% trans 'Project locations' %} : {{ planned_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 }}
{% trans 'Association project holder name' %} : {{ user.first_name }} {{ user.last_name }}
{% trans 'Phone' %} : {{ user.phone }}
{% trans 'Mail' %} : {{ user.email }}
{% endif %}

{% trans 'Project type' %}

{% for category in categories %} {% if not forloop.counter|divisibleby:2 %} {% if category.id in project_categories %}☑{% else %}☐{% endif %}{{ category.name }} {% endif %} {% endfor %}
{% for category in categories %} {% if forloop.counter|divisibleby:2 %} {% if category.id in project_categories %}☑{% else %}☐{% endif %}{{ category.name }} {% endif %} {% endfor %}
{% if is_first_edition %}☑{% else %}☐{% endif %}{% trans 'First issue' %}
{% if not is_first_edition %}☑{% else %}☐{% endif %}{% trans 'Reissue' %}
{% if not is_first_edition %}
{% trans 'Grants requested for the previous edition' %} : {% for commission in project_commission_funds %} {{ commission.fund_data.acronym }} : {{ commission.amount_asked_previous_edition }} €{% if not forloop.last %}, {% endif %} {% endfor %}
{% trans 'Grants earned' %} : {% for commission in project_commission_funds %} {{ commission.fund_data.acronym }} : {{ commission.amount_earned_previous_edition }} €{% if not forloop.last %}, {% endif %} {% endfor %}
{% trans 'Real project budget (expenses)' %} : {{ budget_previous_edition }} €
{% endif %}

{% trans 'Target audience for the project' %}

{% trans 'Targeted audience type' %} : {{ target_audience }}
{% trans 'Number of people targeted' %} : {{ amount_all_audience }}
{% trans 'Including students' %} : {{ amount_students_audience }}
{% trans 'Participation per person' %} : {{ ticket_price }} €
{% trans 'Special student rate' %} : {{ student_ticket_price }} €
{% trans 'Cost per person' %} : {{ individual_cost }} €
{% trans 'Aims of the project' %} : {{ goals }}
{% trans 'Summary of the project' %} : {{ summary }}
{% trans 'Prevention and safety programme' %} : {{ prevention_safety }}
{% trans 'Marketing campaign' %} : {{ marketing_campaign }}
{% trans 'Programme of planned activities' %} : {{ planned_activities }}
{% trans 'Actions relating to sustainable development and social responsibility' %} : {{ sustainable_development }}
{% trans 'Documents sent' %} : {% for document in documents %} {{ document.document__name }} : {{ document.name }} {% endfor %}