{% load markup %} {% load getresponse %} {% load static %} {{ block.description|markdown }} {% if request.user.is_anonymous %}

You must be logged in to view this content

{% else %} {% for question in block.question_set.all %} {% include 'quizblock/question.html' %} {% endfor %} {% if block.rhetorical %} {% endif %} {% endif %}