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