{% load crispy_forms_tags %} {% load template_getattr %} {% if data.has_goals == True %} {% for measurable in data.goals_measurables %}
{% with response=data.session_goal_measurables_response|getattrib:measurable.pk %} {% endwith %}
{% endfor %} {% if data.custom_goals %} {% for goal in data.custom_goals %}
{% endfor %} {% endif %}
{% if show_save %} {% endif %} {% endif %}