{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% include "admin/includes/task_panel_breadcrumb.html" with page_title="Changelog Report" %} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Changelog Report" %}

{% trans "Review live git commit history grouped by release. Scroll to load older versions on demand." %}

{% if error_message %}

{{ error_message }}

{% endif %} {% if not initial_sections %}

{% trans "No changelog information is available." %}

{% endif %}
{% include "includes/changelog/section_list.html" with sections=initial_sections variant='admin' %}
{% if has_more_sections %} {{ loading_label }} {% else %} {{ complete_label }} {% endif %}
{% include "includes/changelog/scroll_script.html" %} {% endblock %}