{% extends 'generic/object.html' %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Audit Trail Source" %}
{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% endblock content %}