{% extends "ui/templates/base/layout.html" %} {% block content %}

Clients

Association-aware list view.

Client Groups {% if can_export %} Export CSV {% endif %} {% if can_import %} Import Clients {% endif %} {% if can_create %} Add Client {% endif %}
{% include "modules/clients/templates/clients/partials/table.html" %}
{% endblock %}