{% extends "base.html" %} {% load i18n %} {% load url from future %} {% load translations %} {% block breadcrumbs %}
  • {% trans "changes" %}
  • {% endblock %} {% block content %}

    {% trans "Changes" %}

    {% trans "First" %} {% trans "Previous" %} {% blocktrans with page_obj.number as position and page_obj.paginator.num_pages as total %}{{ position }} / {{ total }}{% endblocktrans %} {% trans "Next" %} {% trans "Last" %}
    {{ letterform.as_p }}
    {% with object_list as last_changes and True as hide_browse %} {% include "last-changes.html" %} {% endwith %} {% endblock %}