{% extends 'users/base.html' %} {% load helpers %} {% block title %}User Key{% endblock %} {% block usercontent %} {% if object %}
Created {{ object.created|annotated_date }} · Updated {{ object.last_updated|annotated_date }} ({{ object.last_updated|timesince }} ago)
{% if not object.is_active %}{{ object.public_key }}
You don't have a user key on file.
{% endif %} {% endblock %}