{% trans "Starting..." %}
{% trans "Saving..." %}
{% trans "Stopping..." %}
{% elif state == "STOPPED" and i.waiting %}{% trans "Starting..." %}
{% elif state == "STOPPED"%}{% trans "Stopped" %}
{% endif %} {% if state == "DONE" %}{% trans "Deleted" %}
{% endif %} {% if state == "FAILED" %}{% trans "Unexpected error occured" %}
{% endif %}