{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/base_site.html" %} {% load i18n %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% include "admin/koriander/rsync/includes/breadcrumbs.html" %} {% endblock %} {% block content %} {% if rendered %} {% if ok and dry_run %} {% blocktranslate %} Dry run complete. Press Upload to finish uploading your site with rsync. {% endblocktranslate %} {% elif ok and not dry_run %}
{% trans "Your site has been successfully uploaded with rsync." %}
{% else %}{% trans "Could not upload your site." %}
{% endif %} {% if result %} {% if dry_run %}{% blocktranslate %} Press the Upload button to upload your site to the following rsync destination. {% endblocktranslate %}
| {% trans "Destination" %} | {{ site_settings.rsync_destination }} |
|---|