{% extends "common/_modal_form.html" %} {% load i18n humanize %} {% block form_action %}{% url horizon:project:murano:create %}{% endblock %} {% block form_id %}create_service_form{% endblock %} {% block modal_id %}create_service{% endblock %} {% block modal-header %}{% trans "Create Service" %}{% endblock %} {% block modal-body %}
{% if title %} {% blocktrans %}{{ title }}:{% endblocktrans %} {% endif %} {% blocktrans %}{{ description }}{% endblocktrans %}
{% endfor %} {% else %}{% autoescape off %} {% blocktrans %} {{ description }} {% endblocktrans %} {% endautoescape %}
{% endfor %}{% blocktrans %} If you want your services to work with AD you should create The Active Directory Service first {% endblocktrans %}
{% endif %}