sahara-dashboard/sahara_dashboard/content/data_processing/cluster_templates/templates/data_processing.cluster_tem.../create.html

12 lines
294 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{{ name }}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title={{ name }} %}
{% endblock page_header %}
{% block main %}
{% include 'horizon/common/_workflow.html' %}
{% endblock %}