{{ _('Authorization') }}
{{ _('Authorization log description') }}
{{ _('Recent authorization events') }}
| {{ _('Timestamp') }} | {{ _('Wallbox') }} | {{ _('Source') }} | {{ _('User') }} | {{ _('Password') }} | {{ _('Incoming Header') }} | {{ _('Used Header') }} |
|---|---|---|---|---|---|---|
| {{ log.created_at.strftime('%Y-%m-%d %H:%M:%S') if log.created_at else '-' }} | {{ log.chargepoint_id or '-' }} | {{ log.used_auth_source or '-' }} | {{ log.incoming_auth_username or '-' }} | {{ log.incoming_auth_password or '-' }} | {{ log.incoming_auth_header or '-' }} |
{{ log.used_auth_header or '-' }} |
{{ _('No authorization events have been recorded yet.') }}