{% translate 'Generate Backup' %}
{% translate 'Create Backup' %}
{% translate 'You can create a live backup of your hosting account and upload to the destination' %}
{% 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" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'Generate Backup and Upload to Home' %} [ /Downloads ]
{% translate 'The backup will be placed on the Downloads folder under your home' %}
{% translate 'Generate Backup and Upload to FTP/SFTP' %}
{% translate 'The backup will be generated and uploaded to the remote location' %}
{% translate 'A live backup is active' %}
{% translate 'A live backup is already scheduled on this account. Please wait 24 hours to finish, otherwise you may contact your server provider. ' %}