{% extends 'django_ledger/base.html' %} {% load i18n %} {% load static %} {% block content %}
{% trans 'My Entities' %}
    {% for entity in entities %}
  • {{ entity.name }} View Settings
  • {% endfor %}
New Entity
{% endblock %}