{% with event.get_extra_pages as extra_pages %} {% for page in extra_pages %}
  • {{ page.title }}
  • {% endfor %} {% endwith %} {% with event.get_all_comments_count as count %} {% if count %}
  • {{ count }} comment{{ count|pluralize }}
  • {% endif %} {% endwith %} {% with event.update_set.count as u_count %} {% if u_count %}
  • {{ u_count }} update{{ u_count|pluralize }}
  • {% endif %} {% endwith %} {% with event.get_all_images_count as i_count %} {% if i_count %}
  • {{ i_count }} photo{{ i_count|pluralize }}
  • {% endif %} {% endwith %} {% with event.eventvideo_set.count as count %} {% if count %}
  • {{ count }} video{{ count|pluralize }}
  • {% endif %} {% endwith %} {% if not event.ended %}
  • Add to your calendar
  • Map
  • Who's Going? {% if user.is_authenticated %} I am {% endif %}
  • {% if event.offsite_tickets %}
  • Get Tickets
  • {% endif %} {% if event.hotel %}
  • Host Hotel
  • {% endif %} {% if event.schedule.count %}
  • Schedule
  • {% endif %} {% endif %} {% if event.recently_ended %}
  • Who went? {% if user.is_authenticated %} I did {% endif %}
  • {% endif %} {% if event.has_started and user in event.attending.all %}
  • Add {{ event.memory_set.count }} Memories
  • {% endif %}