{% extends base_template %} {% block title %}{% if obj %}{{ obj }}{% else %}{{ block.super }}{% endif %} - Changelog{% endblock %} {% block content %} {% if obj %}

{{ obj }}

{% endif %} {% include 'panel_table.html' with table=objectchanges_table %} {% if settings.CHANGELOG_RETENTION %}
Changelog retention: {{ settings.CHANGELOG_RETENTION }} days
{% endif %} {% endblock %}