{% for domain, domain_data in data.items %}
{% if forloop.counter0|divisibleby:2 %}
{% if domain_data.summary_measurable %}
{% include "musictherapy/summary_data.html" with summary=domain_data.summary_measurable type=domain_data.domain pre=domain %}
{% else %}
No measurables have been recored yet for {{domain_data.domain}} Domain
{% endif %}
{% else %}
{% if domain_data.summary_measurable %}
{% include "musictherapy/summary_data.html" with summary=domain_data.summary_measurable type=domain_data.domain pre=domain%}
{% else %}
No measurables have been recored yet for {{domain_data.domain}} Domain
{% endif %}
{% endif %}
{% endfor %}
{% if not summary|length|divisibleby:2 %}
{% endif %}