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

{% trans "Description" %}:

{% trans "From here you can create an erasure coded pool" %}

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