{# SPDX-License-Identifier: BSD-3-Clause #} {# SPDX-FileCopyrightText: Django Software Foundation and individual contributors. #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/base_site.html" %} {% load i18n %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block branding %}
{% if user.is_anonymous %} {% include "admin/color_theme_toggle.html" %} {% endif %} {% endblock %} {% block footer %} {% blocktrans %}Koriander CMS {{ koriander_version }}{% endblocktrans %} {# assume that request.user is staff -> we're not rendering #} {% if request.user %} | {% trans "Changelog" %} {% endif %} | {% trans "Koriander CMS is free software and you are welcome to redistribute it under certain conditions." %} {% endblock %}