{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Changes" %}
  • {% endblock %} {% block content %} {% include "paginator.html" %} {% with object_list as last_changes and True as hide_browse %} {% include "last-changes.html" %} {% endwith %} {% endblock %}