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

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

{{ estimate_model.estimate_number }}

{{ estimate_model.customer }}

{% trans 'Back to Estimate' %}
{% endif %}
{% csrf_token %} {{ form }}
{% endblock %}