{% load static %} {% load dajaxice_templatetags %}

{{ sample.name }}

{{ sample.description }}
js-openctm - Demo {% dajaxice_js_import %}

{% if sample.questions %} {{ sample.questions.all.0 }}
{% for answer in sample.questions.all.0.answers.all %} {{ answer}}
{% endfor %} {% endif %}