${_('Fingerprint')} | ${_('Description')} | ${_('Created')} | ${_('Action')} |
---|---|---|---|
${_('SSH Keys usage is currently disabled, please ask your administrator to enable them.')} | |||
${ssh_key.ssh_key_fingerprint}
|
${ssh_key.description} | ${h.format_date(ssh_key.created_on)} | ${h.secure_form(h.route_path('my_account_ssh_keys_delete'), request=request)} ${h.hidden('del_ssh_key', ssh_key.ssh_key_id)} ${h.end_form()} |
${_('No additional ssh keys specified')} |