2021-10-28 13:24:34 +00:00
|
|
|
{% extends theme('base.html') %}
|
2023-03-07 17:29:18 +00:00
|
|
|
{% import "macro/table.html" as table %}
|
2020-08-26 14:27:08 +00:00
|
|
|
|
|
|
|
{% block script %}
|
|
|
|
<script src="/static/js/users.js"></script>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2023-03-07 17:29:18 +00:00
|
|
|
<div class="ui attached segment">
|
|
|
|
{{ table.search(table_form) }}
|
|
|
|
</div>
|
2023-02-25 17:11:19 +00:00
|
|
|
{% include "partial/oidc/admin/token_list.html" %}
|
2020-08-26 14:27:08 +00:00
|
|
|
{% endblock %}
|