{% extends theme('base.html') %} {% import "macro/table.html" as table %} {% block script %} {% endblock %} {% block content %}
{% trans %}Add client{% endtrans %}
{{ table.search(table_form, "table.clients") }}
{% include "partial/oidc/admin/client_list.html" %} {% endblock %}