{% extends "accounting/layout.html" %} {% block content %}

Clients which belong to you

{% for cli in clients %} {% endfor %}
# Name Actions
{{ cli.id }} {{ cli.name }} Edit
Add a client {% endblock content %}