{% extends 'horizon/common/_modal_form.html' %} {% load i18n %} {% load url from future %} {% block form_id %}create_host_type{% endblock %} {% block form_action %} {% url 'horizon:tionix:infrastructure:host_classes:create_host_type' host_class_id %} {% endblock %} {% block modal-body %}
{% include 'horizon/common/_form_fields.html' %}
{% endblock %}