{% extends 'layout_repo.html' %} {% from 'include/panel.html' import panel %} {% from 'include/modal_dialog.html' import modal_dialog, button_confirm, modal_confirm %} {% set active_page='repo' %} {% set active_repo_page='settings' %} {% block title %} {% trans %}Settings{% endtrans %} {% endblock %} {% block content %} {% call panel(title=_("General Settings"), description=_('You can modify the backup repository settings to suit your requirements. These settings allow you to adjust the notification period, retention period, and display format (encoding) of the repository to align with your preferred frequency, data storage duration, and localization needs.'), class="default") %}
{% endcall %} {% call panel(title=_("Delete repository"), description=_('Deleting the repository will permanently delete all related resources including files, history, status etc.'), class="danger") %}