{% extends "base.html" %} {% load i18n %} {% load translations %} {% load permissions %} {% block breadcrumbs %} {% if title %}
  • {% trans "Changes" %}
  • {{ title }}
  • {% else %}
  • {% trans "Changes" %}
  • {% endif %} {% endblock %} {% block content %} {% can_download_changes user project as user_can_download_changes %} {% if user_can_download_changes or changes_rss %} {% endif %} {% include "paginator.html" %} {% with object_list as last_changes %} {% include "last-changes-content.html" %} {% endwith %} {% endblock %}