python-muranoclient/dashboard/windc/templates/windc/create.html

12 lines
333 B
HTML

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