{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Backup Restore DR Overview" %}{% endblock %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% block main %}

{% trans "Overview" %}

{% trans "Nodes without backup in the last week" %}
18 of 50
{% trans "Total space used for backups" %}
150gb of 200gb
{% trans "Storage price per month" %}
60 dls

{% trans "Backup Summary" %}

{% trans "Backups older than 1 week" %}
60 of 120
{% trans "Average backup size" %}
7gb for 18 backups
{% trans "Average backup time" %}
18 min

{% trans "Restore Summary" %}

{% trans "Average restore time" %}
15 min
{% trans "Restore ratio success to failure" %}
100% success

{% trans "OS Summary" %}

{% endblock %}