-
- {% for item in items %}
- {% if not item.disabled %}
-
-
- {{ item.label }}
-
{{ item.count }}
-
-
- {% else %}
-
-
- {{ item.label }}
-
-
-
-
-
- {% endif %}
- {% endfor %}
+ {# Changelog #}
+ {% if perms.extras.view_objectchange %}
+
+
+
+
+
+ {% include 'inc/responsive_table.html' with table=changelog_table %}
- {% endfor %}
+ {% endif %}
-
- {# Changelog #}
- {% if perms.extras.view_objectchange %}
-
-
-
-
-
- {% include 'inc/responsive_table.html' with table=changelog_table %}
-
-
-
-
- {% endif %}
-{% endblock content %}
+{% endblock content-wrapper %}