{% extends 'base.html' %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "Edit Estimate" %}{% endblock title %} {% block content %}
{% trans "You can also" %} {% trans "delete" %} {% trans "this estimate." %}
{% endblock content %}