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

{% trans 'Entity Units List' %}

{% for unit in unit_list %}
{#

#} {# {% icon "bi:cash-stack" 16 %}#} {# {% trans 'Unit' %}

#}

{{ unit.name }}

{% trans 'JE Document Prefix' %}: {{ unit.document_prefix }}

{% endfor %}
{% endblock %}