{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% load i18n %} {% block body_class %} create-page {% endblock %} {% block title %} {% blocktrans with name=range.name %}Delete range '{{ name }}'?{% endblocktrans %} | {% trans "Range management" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {{ range.name }} {% endblock %} {% block dashboard_content %}

{% trans "Are you sure you want to delete this range?" %}

{% csrf_token %}
{% trans "or" %} {% trans "cancel" %}
{% endblock dashboard_content %}