{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load django_ledger %} {% block view_content %}
{% include 'django_ledger/customer/includes/card_customer.html' with customer=estimate.customer %}
{% include 'django_ledger/estimate/includes/card_estimate.html' with estimate_model=estimate style='estimate-detail' entity_slug=view.kwargs.entity_slug %}
{% csrf_token %} {{ form }} {# {% trans 'Back to Bill Detail' %}#} {# {% trans 'Bill List' %}#} {# {% trans 'Go To Dashboard' %}#}
{% customer_estimate_item_formset itemtxs_formset %}
{% endblock %}