{% extends "/dashboard/_base.html" %} {% block content %}
{% for client in clients %} {% endfor %}
Client Name Description Action
{{ client.name }} {{ client.description }} Edit
{% endblock %}