{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% if estimate_model %}

{% trans 'Invoice for Estimate' %}: {{ estimate_model.title }}

{{ estimate_model.estimate_number }}

{{ estimate_model.customer }}

{% trans 'Back to Estimate' %}
{% endif %}

{% trans 'Create Invoice' %}

{% csrf_token %} {{ form }}
{% trans 'Cancel' %}
{% endblock %}