{% translate 'Restore Backups' %}

{% translate 'Restore Backups From Schedule' %}

{% translate 'This feature will help you to restore backups from your schedules. You can restore the full account backup or a part of the backup.' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}

{% translate 'Available Backups' %}

{% csrf_token %}
{% translate 'Sl.No' %} {% translate 'Backup ID' %} {% translate 'User Name' %} {% translate 'Backup Method' %} {% translate 'Storage Pool' %} {% translate 'Secured Backups' %} {% translate 'Date & Time' %} {% translate 'Size' %} {% translate 'Backup' %} {% translate 'Backup Type' %} {% translate 'Schedule ID' %} {% translate 'Schedule Owner' %} {% translate 'Schedule Type' %} {% translate 'Action' %}
{% translate 'Sl.No' %} {% translate 'Backup ID' %} {% translate 'User Name' %} {% translate 'Backup Method' %} {% translate 'Storage Pool' %} {% translate 'Secured Backups' %} {% translate 'Date & Time' %} {% translate 'Size' %} {% translate 'Backup' %} {% translate 'Backup Type' %} {% translate 'Schedule ID' %} {% translate 'Schedule Owner' %} {% translate 'Schedule Type' %} {% translate 'Action' %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% include "footer.html" %} {% include "datatablejs.html" %}