{% extends 'modal_base.html' %} {% load i18n %} {% block title %} {% trans 'Deletion confirmation' %} {% endblock %} {% block body %}
{% blocktrans trimmed with question_label=workshopstepquestionanswer.label %} Are you sure you want to delete the answer "{{ question_label }}"? {% endblocktrans %}