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

{% trans %}Tokens{% endtrans %}

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