{% import "macro/table.html" as table %} {% for client in table_form.items_slice %} {% else %} {% endfor %}
{% trans %}Name{% endtrans %} {% trans %}URL{% endtrans %} {% trans %}Created{% endtrans %}
{% if client.logo_uri %} Client logo {% else %} {% endif %} {{ client.client_name }} {{ client.client_uri }} {% if client.client_id_issued_at %}{{ client.client_id_issued_at.strftime("%d/%m/%Y %H:%M:%S") }}{% endif %}
{% if request.headers.get("Hx-Request") %}
{% trans %}No item matches your request{% endtrans %}

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

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