{% extends 'ohmyadmin/app.html' %} {% block content %}

{% trans object=object %}Do you wish to delete "{{ object }}"?{% endtrans %}

{{ _('This action will delete current object and all related objects.') }}

{% endblock %}