{% extends "base.html" %} {% load i18n %} {% load icons %} {% block title %}{% trans "User Profile" %} - {{ user }}{% endblock %} {% block content %}
# | {% trans "Instance" %} | {% trans "VNC" %} | {% trans "Resize" %} | {% trans "Delete" %} | {% trans "Action" %} | |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ inst.instance.name }} | {{ inst.is_vnc }} | {{ inst.is_change }} | {{ inst.is_delete }} | {% icon 'pencil' %} | {% icon 'trash' %} |
{% trans "Key name" %} | {% trans "Public key" %} |
---|---|
{{ publickey.keyname }} | {{ publickey.keypublic|truncatechars:64 }} |