{% extends theme('base.html') %} {% import "macro/table.html" as table %} {% block title %} {% trans %}Tokens{% endtrans %} {% endblock %} {% block script %} {% endblock %} {% block content %}

{% trans %}Tokens{% endtrans %}

{{ table.search(table_form, "table.tokens") }}
{% include "partial/oidc/admin/token_list.html" %} {% endblock %}