{% extends 'base.html' %} {% block content %}

{{ activity.name }}

{% if user_is_attending %} {% else %} {% endif %}
Series
{{ activity.series|default_if_none:'Standalone Activity' }}
Type
{{ activity.type }}
Medium
{{ activity.medium }}

Attendance

{% for person in activity.attendance_list.all %} {% empty %} {% endfor %}
Name
{{ person }} Profile
No records
{% endblock %} {% block extra_script %} {% endblock %}