{% extends 'layout.html' %} {% from 'include/panel.html' import panel %} {% from 'include/modal_dialog.html' import modal_dialog, button_confirm, modal_confirm %} {% set breadcrumbs = breadcrumb_repo(repo) + breadcrumb_repo(repo, self) %} {% block content %}
{# Header #}

{% trans %}Repository Settings{% endtrans %}

{% trans %} Adjust the notification period, retention policy, display encoding, and other options for this repository to match your backup frequency and storage requirements.{% endtrans %}

{# Notes #}
{% trans %}Description{% endtrans %}
{# Notifications #}
{% trans %}Notification Rules{% endtrans %}

{# Retention period #}
{% trans %}Data Retention{% endtrans %}
{# Encoding #}
{% trans %}Display{% endtrans %}
{# Delete repo #}
{% trans %}Danger Zone{% endtrans %}
{% trans %}Delete this repository{% endtrans %}
{% trans %}Permanently removes all backup data. This action cannot be undone.{% endtrans %}
{# Delete Repo Modal #}
{% endblock %}