{% extends "survey/base.html" %} {% load i18n %} {% load survey %} {% block styles %} {% endblock %} {% block content %}
{% trans "Object type" %} | {% trans "order" %} | {% trans "type" %} | {% trans "Object" %} | {% trans "Actions" %} |
---|---|---|---|---|
{% trans "Survey" %} | - | - |
{{ survey.description }} {{ survey.opens }} {{ survey.closes }} |
{% trans "Update" %} {% trans "Delete" %} {% trans "Add a question" %} |
{% trans "Question" %} | {{ question.order }} | {{ question.get_qtype_display }} |
{{ question.text }} {{ question.qstyle }} |
{% trans "Update" %} {% trans "Delete" %} {% trans "Add a choice" %} |
{% trans "choice" %} | {{ choice.order }} | - |
{{ choice.text }} |
{% trans "Update" %} {% trans "Delete" %} |