{% extends 'django_ledger/layouts/base.html' %} {% load i18n %} {% load static %} {% load django_ledger %} {% block content %} {% for entity in entities %} {% include 'django_ledger/entity/includes/card_entity.html' with entity=entity %} {% endfor %} {% icon "ic:baseline-add-circle-outline" 48 %} {% trans 'New Entity' %} {% endblock %}