{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Edit Cloud Patching Configuration" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Edit Cloud Patching Configuration") %} {% endblock page_header %} {% block main %} {% include 'dc_admin/dc_software_management/_edit_cloud_patch_config.html' %} {% endblock %}