{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Delete Estimate" %}{% endblock title %} {% block content %}

{% trans "Delete Estimate" %}

{% blocktrans %} Are you sure you want to delete "{{ estimate }}"? {% endblocktrans %}

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