{% import "macro/table.html" as table %} {% for token in table_form.items_slice %} {% else %} {% endfor %}
{% trans %}Token{% endtrans %} {% trans %}Application{% endtrans %} {% trans %}Subject{% endtrans %} {% trans %}Created{% endtrans %}
{{ token.token_id }} {{ token.client.client_name }} {% if token.subject %} {{ token.subject.user_name }} {% else %} {{ token.client.client_name }} {% endif %} {{ token.issue_date|datetimeformat }}
{% if request_is_partial %}
{% trans %}No item matches your request{% endtrans %}

{% trans %}Maybe try with different criteria?{% endtrans %}

{% else %}
{% trans %}There is nothing here{% endtrans %}
{% endif %}
{{ table.pagination(table_form) }}