{% load static %} {% comment %} {% endcomment %}
    {% for casedetail in casedetails %}
  1. Case: {{ casedetail.case.title }}

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

    No question(s)

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