{% load crispy_forms_tags %} {% load template_getattr %} {% if data.past_measurables %} {% include 'musictherapy/component/past_measurable_list.html' with past_measurables=data.past_measurables pre=pre %} {% endif %} {% if data.measurables %} {% include 'musictherapy/component/measurable.html' with measurables=data.measurables pre=pre user=user latest=data.latest_measurables%} {% endif %} {% if data.has_goals and data.goals_measurables%}
{% endif %} {% if data.chart %} {% include "musictherapy/chart.html" with chart=data.chart goals=data.goal_notes%} {% endif %}