{% 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 %}