{% extends 'tionix/base.html' %} {% load i18n %} {% block title %}{% trans "Deleting" %}{% endblock %} {% block main %} {% include 'tionix/_delete_object.html' %} {% endblock %}