{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/base_site.html" %} {% load i18n %} {% block content %} {% if rendered %} {% if ok %}

{% translate "Press the Download link below to download your rendered site." %}

{% translate "Download" %} {% else %}

{% translate "Could not render your site. Please correct the errors shown below." %}

{% endif %} {% if result %}

{% translate "Render log" %}

{% include "admin/koriander/includes/render_result.html" %} {% endif %} {% else %}
{% csrf_token %}

{% translate "Press Render to create a ZIP archive containing your rendered site." %}

{% endif %} {% endblock content %}