{% extends 'django_ledger/layouts/base.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block header_buttons %} {% icon 'bi:plus-lg' 20 %} {% trans 'New Entity' %} {% endblock %} {% block content %}
{% for entity in entities %} {% empty %}

{% trans 'No entities found.' %}

{% trans 'Create Your First Entity' %}
{% endfor %}
{% endblock %}