{% extends "base.html" %} {% load i18n %} {% load tags_fingerprint %} {% block title %}{% trans "Profile" %}{% endblock %} {% block content %}

{% trans "Profile" %}

{% include 'errors_block.html' %}
{% csrf_token %}
{% if SHOW_PROFILE_EDIT_PASSWORD %}
{% csrf_token %}
{% endif %} {% if publickeys %}
{% for key in publickeys %} {% endfor %}
{{ key.keyname }} ({% ssh_to_fingerprint key.keypublic %})
{% csrf_token %}
{% endif %}
{% csrf_token %}
{% endblock %}