{% extends "generic/object_detail.html" %} {% load helpers %} {% block content_left_page %}
Audit Entry Details
Intent {% if object.intent %} {{ object.intent.intent_id }} {% else %} — {% endif %}
Action {{ object.get_action_display }}
Actor {{ object.actor }}
Timestamp {{ object.timestamp }}
Git Commit SHA {{ object.git_commit_sha|default:"—" }}
Job Result ID {{ object.job_result_id|default:"—" }}
{% endblock content_left_page %} {% block content_right_page %}
Detail Payload
{{ object.detail|pprint }}
{% endblock content_right_page %}