{{ _('Partners / EMSPs') }}

{{ _('Manage EMSP tokens that are exposed via the OCPI tokens module.') }}

{{ _('Export JSON') }} {{ _('Export CSV') }}
{% if message %} {% endif %} {% if error %} {% endif %} {% if cache_stats %}
{{ _('Cache hits') }}: {{ cache_stats.hits }} {{ _('Cache misses') }}: {{ cache_stats.misses }} {{ _('Cache entries') }}: {{ cache_stats.entries }} {{ _('Cache hit rate') }}: {{ (cache_stats.hit_rate * 100) | round(1) }}%
{% endif %}
{% if tokens %} {% for token in tokens %} {% endfor %} {% else %} {% endif %}
{{ _('UID') }} {{ _('Auth ID') }} {{ _('Issuer') }} {{ _('Whitelist status') }} {{ _('Local RFID') }} {{ _('Status') }} {{ _('Source') }} {{ _('Valid until') }} {{ _('Last updated') }}
{{ token.uid }} {{ token.auth_id or '-' }} {{ token.issuer or '-' }} {{ token.whitelist or '-' }} {{ token.local_rfid or '-' }} {% if token.status == 'blocked' %} {{ _('Blocked') }} {% elif token.status == 'expired' %} {{ _('Expired') }} {% else %} {{ _('Valid') }} {% endif %} {{ token.source or 'emsp' }} {{ token.valid_until or '-' }} {{ token.updated_at }}
{{ _('No tokens available yet.') }}