{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ template.name }} - {% trans "Survey Template" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| {% trans "Order" %} | {% trans "Question (English)" %} | {% trans "Question (Arabic)" %} | {% trans "Type" %} | {% trans "Required" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|
| {{ question.order }} | {{ question.text|truncatewords:10 }} | {{ question.text_ar|truncatewords:10 }} | {{ question.get_question_type_display }} | {% if question.is_required %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} |
|
{% trans "Add questions to this template." %}
{% trans "Add Questions" %}