{% extends "wafer/base_form.html" %} {% load crispy_forms_tags %} {% block title %}{{ WAFER_CONFERENCE_NAME }} - Check In: {{ object.user.userprofile.display_name }}{% endblock %} {% block content %} {% if attendee.paid %}
Meal \ Date | {% for date in dates %}{{ date.day }} | {% endfor %} {% for meal_label, dates in meals %}
---|---|
{{ meal_label }} | {% for date, check in dates %}{% if check %}{% endif %} | {% endfor %}
Check-In | Check-Out | Room | Roommates |
---|---|---|---|
{{ checkin | date }} | {{ checkout | date }} | {{ accomm.room }} | {% for mate in accomm.get_roommates %} {{ mate.user.userprofile.display_name }} {% if mate.check_in %} {% else %} {% endif %} {% if not forloop.last %},{% endif %} {% endfor %} |
Registered after the confirmation deadline.
Only give out swag if there is some left over.
Selected: {{ t_shirt }}
T-shirt swaps will be possible from {{ T_SHIRT_SWAP_ON_OR_AFTER|date:'DATE_FORMAT' }}
{% endif %} {% if DEBCONF_SHOE_SIZES %}Selected: {{ shoes }}
Shoe swaps will be possible from {{ T_SHIRT_SWAP_ON_OR_AFTER|date:'DATE_FORMAT' }}
{% endif %} {% endif %}