{% 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" %} {% if meta and not compact_client_view %}
{% if meta.total > 0 %} Showing {{ ((meta.page - 1) * meta.per_page) + 1 }} to {% if meta.page * meta.per_page > meta.total %}{{ meta.total }}{% else %}{{ meta.page * meta.per_page }}{% endif %} of {{ meta.total }} clients {% else %} No clients found {% endif %}
{% if client_group_id %}{% endif %} {% if partner_id %}{% endif %}
{% if meta.pages > 1 %} {% endif %}
{% endif %}
{% endblock %}