${_('Fingerprint')} | ${_('Description')} | ${_('Created')} | ${_('Action')} |
---|---|---|---|
${ssh_key.ssh_key_fingerprint}
|
${ssh_key.description} | ${h.format_date(ssh_key.created_on)} | ${h.secure_form(h.route_path('edit_user_ssh_keys_delete', user_id=c.user.user_id), request=request)} ${h.hidden('del_ssh_key', ssh_key.ssh_key_id)} ${h.end_form()} |
${_('No additional ssh keys specified')} |