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

{% trans "Edit Estimate" %}

{% csrf_token %} {% crispy form %}
{% trans "Cancel" %}

{% trans "You can also" %} {% trans "delete" %} {% trans "this estimate." %}

{% endblock content %}