{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Remote Backup Configurations - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Remote Backup Configurations" %}

{% trans "Configure Remote Backups" %}

{% trans "Saved Remote Configuration" %}

{% for sub in backupconfigs %} {% endfor %}
Backup Type HostName Path / Key Name Action
{{ sub.Type }} {{ sub.HostName }} {{ sub.Path }} Schedule Backups
{% endblock %}