{% extends "modal_base.html" %} {% load i18n template_tools widget_tweaks %} {% block title %} {% if object.pk %} {% trans 'Edit question' %} {% else %} {% trans 'New question' %} {% endif %} {% endblock %} {% block body %} {% include "cms/includes/orderable-inline-head.html" %}
{% endblock %}