{% extends '_base.html' %} {% load form_helpers %} {% block title %}User Key{% endblock %} {% block content %}
Your public key is below.
{{ userkey.public_key }}{% include 'inc/created_updated.html' with obj=userkey %} {% else %}
You don't have a user key on file.
{% endif %}