{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}rebuild_instance_form{% endblock %} {% block form_action %}{% url "horizon:project:instances:rebuild" instance_id %}{% endblock %} {% block modal_id %}rebuild_instance_modal{% endblock %} {% block modal-header %}{% trans "Rebuild Instance" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Select the image to rebuild your instance." %}

{% if can_set_server_password %}

{% trans "You may optionally set a password on the rebuilt instance." %}

{% endif %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}