{% extends "account/base.html" %} {% load i18n %} {% block menu %} {% with menu="ssh" %} {{ block.super }} {% endwith %} {% endblock %} {% block accounts-content %}

{% trans "SSH keys" %}

{% for key in object_list %}

{{ key.key }}
{% trans "Added at" %} {{ key.created_at }}
{% trans "Delete" %}


{% endfor %} {% trans "Add" %} {% endblock %}