{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% include 'django_ledger/includes/card_invoice.html' with invoice=invoice entity_slug=view.kwargs.entity_slug style='invoice-detail' %}
{% include 'django_ledger/includes/card_customer.html' with customer=invoice.customer %}

{% icon 'grommet-icons:transaction' 36 %} {% trans 'Invoice Transactions' %}

{% invoice_txs_table invoice %}
{% endblock %}