{% extends "valet_keys/base.html" %} {% block subcontent %}
This key has not been used yet.
{% else %}Time | Action | Object | Notes |
---|---|---|---|
{{ item.created }} | {{ item.action }} | {% if item.content_object.get_absolute_url %} {{ item.content_object }} {% else %} {{ short_desc }} {% endif %} | {{ item.notes }} |