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

{% trans %}Codes{% endtrans %}

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