{% extends "generic/object.html" %} {% load plugins %} {% load i18n %} {% block content %}
Authorized Key Details
Username {{ object.username }}
Full Name {{ object.full_name }}
Description {{ object.description }}
Public Key
{{ object.public_key }}
{% include "inc/panels/custom_fields.html" %} {% plugin_left_page object %}
{% include "inc/panels/tags.html" %} {% include "inc/panels/comments.html" %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}