{% extends 'django_ledger/layouts/content_layout_1.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block view_content %}
{% include 'django_ledger/closing_entry/includes/card_closing_entry.html' with closing_entry_model=object entity_slug=view.kwargs.entity_slug %}
{% include 'django_ledger/includes/card_markdown.html' with style='card_1' title='Closing Entry Notes' notes_html=closing_entry_model.notes_html %}

{% trans 'Closing Entry Transactions' %}

{% closing_entry_txs_table closing_entry_txs_qs %}
{% endblock %}