{% trans "Starting..." %}
{% trans "Stopped" %}
{% endif %} {% if state == "DONE" %}{% trans "Deleted" %}
{% endif %} {% if state == "FAILED" %}{% trans "Unexpected error occured" %}
{% endif %}{% extends "base.html" %} {% load i18n %} {% block js %} {% endblock %} {% block content %} {% if i.template.state != "READY" %}
{% blocktrans %}This is a master image for your new template.{% endblocktrans %}
{% trans "Starting..." %}
{% trans "Stopped" %}
{% endif %} {% if state == "DONE" %}{% trans "Deleted" %}
{% endif %} {% if state == "FAILED" %}{% trans "Unexpected error occured" %}
{% endif %}