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

{% trans "Description" %}:

{% trans "From here you can create cache tiers" %}

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