{{ _('Partners / EMSPs') }}
{{ _('Manage EMSP tokens that are exposed via the OCPI tokens module.') }}
| {{ _('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.') }} | |||||||||