{% load staticfiles %} {% load template_getattr %} {% include "musictherapy/component/header.html" %}

Program: {{ program.name }}

{{ 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 %}
{% endfor %}