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