{% extends "{{ user_name }}/base.html" %} {% load i18n %} {% block content %}
{% csrf_token %}

Are you sure you want to delete "{{ object }}"?

{{ object.name }}

{% trans 'created_at' %}:{{ object.created_at }}

{% trans 'updated_at' %}:{{ object.updated_at }}

{% trans 'return' %}
{% endblock %}