{% 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 exercise' %} {% else %} {% trans 'New exercise' %} {% endif %} {% endblock %} {% block actions %} {% trans 'Back to the evaluation' %} {% endblock %} {% block main %}
{% endblock %}