{% extends 'base.html' %} {% load crispy_forms_tags i18n %} {% block content %}
{% csrf_token %}
{% blocktrans %}Are you really sure that you want to delete a speaker ?{% endblocktrans %}
{{ form|crispy }}
{% trans "Nope, Abort" %}
{% endblock %}