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

{% trans "Backup Logs" %}

{% trans "On this page you can view detailed logs of your local and remote scheduled backups." %}

{% trans "Backup Logs" %}

{% trans "Successful Sites" %} {% trans "Failed Sites" %} {% trans "Location" %}
{$ jobSuccessSites $} {$ jobFailedSites $} {$ location $}
{% trans "LEVEL" %} {% trans "Message" %}
{% endblock %}