{% extends "base.html" %} {% load i18n %} {% block title %} {% translate "Delete events" %} {% endblock %} {% block content %}

{% translate "Are you sure that you want to delete the following events?" %}

{% csrf_token %} {% translate "Back" %}
{% endblock %}