{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_profile_form{% endblock %} {% block form_action %}{% url 'horizon:cluster:profiles:create' %}{% endblock %} {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}
{% trans "A profile encodes the information needed for node creation." %}
{% trans "Profile Spec Examples" %} {% endblock %}