{% extends "base.html" %} {% block title %}Account · tit{% endblock %} {% block content %}

Account

Username
{{ username }}
Administrator
{% if administrator %}Yes{% else %}No{% endif %}

Public profile

View your public profile

Create repository

Feeds

Manage private feed tokens

Sessions

Log out all sessions

SSH keys

{% for key in keys %} {% endfor %}
Label Fingerprint Created Last used State Action
{{ key.label }} {{ key.fingerprint }} {{ key.created_at }} {{ key.last_used_at }} {% if key.active %}Active{% else %}Revoked{% endif %} {% if key.active %} {% if active_key_count > 1 %}
{% else %} Final active key {% endif %} {% else %} — {% endif %}

Add SSH key

{% endblock %}