{% extends 'base.html' %} {% load i18n %} {% block subtitle %} {% if object.pk %} {% trans 'Edit image' %} {% else %} {% trans 'New image' %} {% endif %} {% endblock %} {% block actions %} {% trans 'Back to the list of questions' %} {% endblock %} {% block main %}
{% csrf_token %} {% include 'extras/form.html' with display='block' %}
{% trans 'Cancel' %}
{% endblock %}