:Name: {{ registration.name }} :E-Mail: {{ registration.email }} :Created: {{ registration.created|date }} :Last Updated: {{ registration.updated|date }} :Type: {{ registration.list_types }}{% if include_status %} :Status: {% if registration.paid or registration.active %}{% if registration.paid %}Paid{% endif %} {% if registration.active %}Active{% endif %}{% else %}Not an active registration{% endif %}{% endif %} :Shirt Size: {{ registration.get_shirt_size_display }} :Shirt Type: {{ registration.get_shirt_type_display }} :Food Options: {{ registration.list_food_options }} :Notify: {% if registration.email_ok %}It is ok to email me PyCon 2008 related materials.{% else %}I do not wish to recieve non-registration related e-mails.{% endif %} :Listing: {% if registration.listing_ok %}My name may be used in attendee listings.{% else %}My name will not be made public in registration listings.{% endif %} :Badge Name: {{ registration.badge_name }} :Badge text 1: {{ registration.badge_text1 }} :Badge text 2: {{ registration.badge_text2 }} :Tutorials: {{ registration.tutorials.count }} {% if registration.tutorials.count %}{% for tut in registration.tutorials.all %} * {{ tut.get_session_display }} - {{ tut.title }}{% endfor %} {% endif %}{% if registration.extra_info %}{% load attendeereg %} :Additional instructions: {{ registration.extra_info|indent }} {% endif %}