{% extends 'base.html' %} {% load i18n %} {% block subtitle %} {% trans 'Deletion confirmation' %} {% endblock %} {% block actions %} {% trans 'Back to the evaluation' %} {% endblock %} {% block main %}
{% blocktrans trimmed with evaluation_name=evaluation.name exercise_name=exercise.name %} Are you sure you want to delete the exercise "{{ exercise_name }}" of the evaluation "{{ evaluation_name }}"? {% endblocktrans %}