{% extends "valet_keys/base.html" %} {% block subcontent %}

Return to the key list

Created
{{ key.created }}
Description
{{ key.description }}
{% if not items.object_list|length %}

This key has not been used yet.

{% else %} {% for item in items.object_list %} {% endfor %}
Time Action Object Notes
{{ item.created }} {{ item.action }} {% if item.content_object.get_absolute_url %} {{ item.content_object }} {% else %} {{ short_desc }} {% endif %} {{ item.notes }}
{% endif %} {% endblock %}