{% extends 'base.html' %} {% load i18n %} {% block title %}Create Configuration{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Create Configuration") %} {% endblock page_header %} {% block main %} {% csrf_token %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

Cancel
{% endblock %} {% block js %} {{ block.super }} {% endblock %}