{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% include 'django_ledger/includes/card_bill.html' with bill=bill entity_slug=view.kwargs.entity_slug style='bill-detail' %}
{% include 'django_ledger/includes/card_vendor.html' with vendor=bill.vendor %}

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

{% bill_txs_table bill %}
{% endblock %}