{% with user.attendee.country as country %} {% for date in dates %} {% endfor %} {% for meal_label, dates in meals %} {% for date, check in dates %} {% endfor %} {% endfor %} {% for date, check in nights %} {% endfor %}
{{ user.get_full_name }} {{ date|date:"j" }}
{{ date|date:"D" }}
{{ meal_label }}{% if check %}{% endif %}
Accommodation{% if check %}{% endif %}
{% endwith %}