{% load staticfiles %} {% load template_getattr %}
{% include "musictherapy/component/header.html" %}
Program: {{ program.name }}
Home
{{ program.location }}
{{ program.get_date_display }}
{{ program.get_day_of_week_display }}
{% include "musictherapy/user_list.html" with user_list=users redirect="program"%}
{% for user in users %}
{{user.name}}
{% endfor %}