{% extends 'generic/object.html' %} {% load perms %} {% block breadcrumbs %} {% endblock %} {% block object_identifier %} {% if object %} {{ block.super }} {% endif %} {% endblock %} {% block title %}User Key{% endblock %} {% block subtitle %} {% if object %} {{ block.super }} {% endif %} {% endblock %} {% block controls %}
| Status | {% if object.is_active %} Active {% else %} {% if not object.is_filled %} You don't have a user key on file. {% else %} Your user key is inactive. Ask an administrator to enable it for you. {% endif %} {% endif %} |
|---|---|
| Public Key |
{{ object.public_key }}
|
| Status | {% if object.session_key %} Active {% else %} Inactive {% endif %} |
|---|---|
| Created | {{ object.session_key.created|placeholder }} |