{% extends "a4dashboard/base_dashboard_project.html" %} {% load i18n %} {% block title %}{% trans 'Confirm Offline Event Deletion' %} — {{ block.super }}{% endblock %} {% block dashboard_project_content %}

{% trans 'Are you sure you want to delete the offline event?' %}

{% csrf_token %} {% trans 'Cancel'%}
{% endblock %}