{% 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" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% if isrunning == "no" %}

{% translate 'Generate Backup and Upload to Home' %} [ /Downloads ]

{% csrf_token %}
/Downloads

{% translate 'Generate Backup and Upload to FTP/SFTP' %}

{% csrf_token %}
{%else%}

{% translate 'A live backup is active' %}

{%endif%}
{% include "footer.html" %}