python-muranoclient/tabula/tabula/templates/create_dc.html

12 lines
341 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Windows Data Center" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Windows Data Center") %}
{% endblock page_header %}
{% block main %}
{% include 'horizon/common/_workflow.html' %}
{% endblock %}