{% load markup %} {% load getresponse %} {% if page_status == 'complete' %} {% else %}
{{ block.description|markdown }}
{% endif %} {% load getquestionuserlock %} {% if request.user.is_anonymous %}

You must be logged in to view this content

{% else %} {% get_random_question section block request.user as rq %} {% for question in block.question_set.all %} {% if rq.id == question.id %} {% include 'quizblock_random/question.html' %} {% endif %} {% endfor %} {% if block.rhetorical %} {% endif %} {% endif %}