{% extends 'admin/change_list.html' %} {% load i18n %} {% block title %}{% trans 'Event for Logistic agency' %} | Jumbo{% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content %}

{% trans 'Logistic Agency View' %}

{% block object-tools %} {% endblock %}
{% for question in event_questions.all %} {% endfor %} {% for turn_elements in elements_by_turn %} {% for question in event_questions.all %} {% endfor %} {% for turn_element in turn_elements.elements %} {% for invite in turn_element.invites %} {% if invite.instance.delegated_invites.all.count %} {% else %} {% endif %} {% for question in event_questions.all %} {% endfor %} {% endfor %} {% endfor %} {% endfor %}
{{ event.name }}
{% if turn_elements.turn %} {{ turn_elements.turn.title }} {% else %} {% trans 'without a turn' %} {% endif %}
{% trans 'Status' %} {% trans 'Testate' %} {% trans 'Cognome' %} {% trans 'Nome' %} {% trans 'Phone' %} {% trans 'Delegato' %} {% trans 'Note' %} {% trans 'Intolleranze' %} {% trans 'Andata' %} {% trans 'Ritorno' %}{{ question.get_short_name }}
{{ turn_element.count }} {{ turn_element.name }}
{{ turn_element.name }} {{ invite.newspapers }} {{ invite.last_name }} {{ invite.first_name }} {{ invite.phone }}{{ invite.instance.get_answers_cl|safe }}{{ invite.instance.get_note_cl|safe }} {{ invite.food }} {% if invite.food_note %}
Note: {{ invite.food_note }}{% endif %}
{{ invite.departures|safe }} {{ invite.returns|safe }} {% for activity in invite.instance.activity_answers.all %} {% if question.question.pk == activity.question.pk %} {{ activity.answer }} {% endif %} {% endfor %}
{% endblock %}