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

{% trans "Description" %}:

{% trans "From here you can create a new pool." %}

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