{% load i18n static ui %} {% for access_token in access_tokens %} {{ access_token|render_access_token_app }} {{ access_token|render_access_token_platform }} {{ access_token.meta.version }} {{ access_token.created_at }}
{% translate 'Processing' %}
{% translate 'Delete' %}
{% empty %} {% if not HTMX %} {% if params.before is None %} {% translate "You haven't authorized any apps yet." %} {% else %} {% translate "You've reached the end of the line." %} {% endif %} {% endif %} {% endfor %}