{% if exam.publish_results %}
{% else %}
{% endif %}
{% if request.user.is_staff %}
{% endif %}
{% if request.user.is_staff or view_all_results or request.user in exam.author.all %}
{% with q=questions|get_item:forloop.counter0 %}
{% with ua=user_answers_map|get_item:q.pk %}
{% if ua %}
History
{% endif %}
{% endwith %}
{% endwith %}
{% endif %}