{% extends theme('base.html') %} {% import "macro/table.html" as table %} {% block script %} {% endblock %} {% block content %}
{{ table.search(table_form) }}
{% include "partial/oidc/admin/token_list.html" %} {% endblock %}