{% extends 'horizon/common/_modal_form.html' %} {% load i18n %} {% load url from future %} {% block modal-body-right %}

{% trans 'Description:' %}

{% trans 'Environment Name' %}: {% blocktrans %}Create a name for the environment{% endblocktrans %}

{% blocktrans %} An environment is a collection of instances that are meant to operate under similar conditions.{% endblocktrans %}

{% endblock %}