{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Apply Strategy" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Apply Strategy") %} {% endblock page_header %} {% block main %} {% include 'dc_admin/dc_software_management/_apply_cloud_strategy.html' %} {% endblock %}