{% extends "base.html" %} {% load display_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}
Text | Optional | Type |
---|---|---|
{% if "dojo.change_question"|has_configuration_permission:"staff" %} {{ question.text }} {% else %} {{ question.text }} {% endif %} | {{ question.optional|yesno|capfirst }} | {{ question|content_type_str|capfirst }} |