{% extends "freeadmin/generic_form.html" %} {% block form %} {% if state == 'ABORTED' %} Import of Volume {{ arguments.0 }} Aborted by the User {% elif state == 'FAILED' %} Import of Volume {{ arguments.0 }} Failed.

Reason: {{ error }} {% if traceback %}
Traceback
{{ traceback|linebreaks }}
{% endif %} {% else %} Import of Volume {{ arguments.0 }} Successfully Done {% endif %} {% if logs_excerpt %}
Import's Rsync Log
{{ logs_excerpt|linebreaks }} See full log file at {{ logs_path }}
{% endif %} {% endblock %}
{% block buttons %} {% if state == 'ABORTED' %} {% else %} {% endif %} {% endblock %} {% block onSubmit %} doSubmit({ form: this, event: e, url: '{% url 'storage_volimport_abort' %}' }); {% endblock %}