{% extends "dashboard/base.html" %} {% load i18n %} {% block title %}{% trans "Delete attribute" %} - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Are you sure you want to delete the following attribute?" %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}