{% extends 'base.html' %} {% load i18n template_tools widget_tweaks %} {% block head %} {{ block.super }} {% include "cms/includes/orderable-inline-head.html" %} {% endblock %} {% block subtitle %} {% if object.pk %} {% trans 'Edit question' %} {% else %} {% trans 'New question' %} {% endif %} {% endblock %} {% block actions %} {% trans 'Back to the list of questions' %} {% endblock %} {% block main %}
{% endblock %}