{% load template_getattr %}
{% csrf_token %}
{% if include_date == True %}
{% endif %}
{% for domain, domain_data in data.items %} {% if domain_data.has_goals == True %}

{{domain_data.domain}} Goals

{% include 'musictherapy/component/session_goal_observable.html' with data=domain_data redirect=redirect pre=domain_data.prefix %} {% endif %} {% endfor %}