{% extends 'modal_base.html' %} {% load i18n %} {% block title %} {% trans 'Deletion confirmation' %} {% endblock %} {% block body %}
{% blocktrans trimmed with lesson_name=object.name %} Are you sure you want to delete the "{{ lesson_name }}" lesson? {% endblocktrans %}