{% extends 'users/_user.html' %} {% block title %}User Key{% endblock %} {% block usercontent %} {% if userkey %}

Your user key is: {% if userkey.is_active %} Active {% else %} Inactive {% endif %}

Your public key is below.

{{ userkey.public_key }}
Edit user key
{% include 'inc/created_updated.html' with obj=userkey %} {% else %}

You don't have a user key on file.

Create a User Key

{% endif %} {% endblock %}