| {{ event.get_full_name }} ID: | {{ registration.slug }} | 
      
        | Attending Conference: | {% if registration.conference %}Yes{% else %}No{% endif %} | 
      
        | Attending Tutorials: | {% if registration.tutorial %}Yes{% else %}No{% endif %} | 
      
        | Attending Sprints: | {% if registration.sprint %}Yes{% else %}No{% endif %} | 
      
        | Organisation: | {{ registration.organisation }} | 
      
        | Occupation: | {{ registration.occupation }} | 
      
        | City: | {{ registration.city }} | 
      
        | Post Code: | {{ registration.postcode }} | 
      
        | Phone Number: | {{ registration.phone_num }} | 
      
        | Allow Contact: | {% if registration.allow_contact %}Yes{% else %}No{% endif %} | 
      
        | Registered On: | {{ registration.submitted|date:"jS F Y H:i" }} | 
      
        | Last Modified On: | {{ registration.last_mod|date:"jS F Y H:i" }} |