{% load static %} {% comment %} {% endcomment %}
    {% for case_detail in case_details %}
  1. Case: {{ case_detail.case.title }}

    {% if case_detail.question_schema %}
    Schema:
    {{ case_detail.question_schema }}
    {% else %}

    No question(s)

    {% endif %}
  2. {% endfor %}