{% if object.pk %}
Object Details
{% if object.slug %} {% endif %} {% if object.created %} {% endif %} {% if object.last_updated %} {% endif %}
UUID {{ object.id }}
Slug {{ object.slug }}
Created {{ object.created }}
Updated {{ object.last_updated }}
{% endif %}