{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-header %}{% trans "Create Profile" %}{% endblock %} {% block modal-body-right %}
{% trans "A profile encodes the information needed for node creation." %}
{% trans "Profile Spec Examples" %} {% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}