{% set enableAllProjectExport = totalElementWithAllProject <= export_limit.xls %}
{% if enableAllProjectExport and (
xlsFilterParameters["bookingTimeMin"] is defined or
xlsFilterParameters["bookingTimeMax"] is defined
) %}
{% if xlsFilterParameters["bookingTimeMin"] is empty and xlsFilterParameters["bookingTimeMax"] is not empty or
xlsFilterParameters["bookingTimeMax"] is empty and xlsFilterParameters["bookingTimeMin"] is not empty %}
{% set enableAllProjectExport = false %}
{% endif %}
{% endif %}
Minden program XLS
XLS
Csoport export 43ForFree
{{ parent() }}
{% endblock %}
{% block cell_school %}
{{ row.schoolName }}
{% if row.schoolAddress is not empty %}
{{ "%s %s %s %s"|format(row.schoolAddress.county, row.schoolAddress.postCode, row.schoolAddress.city, row.schoolAddress.street) }}
{% else %}
{{ row.legacySchoolAddress }}
{% endif %}
{% endblock %}
{% block cell_supportPackage %}
{% if row.supportPackage is not empty %}
{{ row.supportPackage.code }}
{{ row.supportPackage.companyName }}
{% else %}
-
{% endif %}
{% endblock %}
{% block cell_headCount %}
{{ row.attendeesCount }} / {{ row.headCount }}
{% if row.attendeesCount >= row.headCount %}
{% else %}
{% endif %}
{% if row.attendeeDeadline is not null and row.attendeesCount < row.headCount %}
{% if row.attendeeDeadline.day != 0 %}
{{ row.attendeeDeadline.day }} napod van feltĂślteni
{% else %}
<1 napja van feltĂślteni.
{% endif %}
{% endif %}
{% endblock %}
{% block cell_averageAge %}
{{ ('age.' ~ value)|trans }}
{% endblock %}
{% block cell_parentConsent %}
{{ row.parentConsentCount }} / {{ row.headCount }}
{% if row.parentConsentCount >= row.headCount %}
{% else %}
{% endif %}
{% if row.parentConsentDeadline is not null and row.attendeesCount >= row.headCount and row.parentConsentCount < row.headCount %}
{% if row.parentConsentDeadline.day != 0 %}
{{ row.parentConsentDeadline.day }} napja van feltĂślteni.
{% else %}
<1 napja van feltĂślteni.
{% endif %}
{% endif %}
{% endblock %}
{% block cell_bookingDate %}
{% if row.bookingDate is not empty %}
{{ row.bookingDate.date }}
{% if row.inCurrentSeason %}
{% endif %}
{% if row.attendeesCount >= row.headCount and row.parentConsentCount >= row.headCount %}
{% endif %}
{% elseif row.inCurrentSeason %}
IdĹpont vĂĄlasztĂĄs
{% else %}
N/A
{% endif %}
{% endblock %}
{% block cell_tourType %}
{{ row.tourType }}
{% endblock %}
{% block cell_attendees %}
RĂŠsztvevĹk
{% endblock %}
{% block cell_control %}
{% if row.inCurrentSeason and row.bookingDate %}
{% endif %}