{% extends "base.html" %} {% load i18n %} {% block subtitle %} {% trans 'Brainstormer deletion' %} {% endblock subtitle %} {% block actions %} {% trans 'Back to training content' %} {% endblock %} {% block main %}
{% csrf_token %}

{% blocktrans with title=object.title %}Are you sure you want to delete the brainstormer "{{ title }}"?{% endblocktrans %}

{% trans 'Cancel' %}
{% endblock main %}