{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}create_ec_pool_form{% endblock %} {% block form_action %}{% url 'horizon:vsm:poolsmanagement:create_ec_pool' %}{% endblock %} {% block modal-header %}{% trans "Create Erasure Coded Pool" %}{% endblock %} {% block modal_id %}create_ec_pool_modal{% endblock %} {% block modal-body %}
{% trans "From here you can create an erasure coded pool" %}