canaille-globuzma/canaille/templates/oidc/admin/token_list.html

14 lines
336 B
HTML
Raw Normal View History

{% 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>
{% include "partial/oidc/admin/token_list.html" %}
2020-08-26 14:27:08 +00:00
{% endblock %}