{% extends 'modal_base.html' %} {% load i18n %} {% block title %} {% trans 'Deletion confirmation' %} {% endblock %} {% block body %}
{% blocktrans trimmed with topic_name=object.name %} Are you sure you want to delete the "{{ topic_name }}" topic? {% endblocktrans %}
{% trans 'The lessons listed below will also be deleted:' %}