summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/_workflow_base.html
blob: 5aa1a050114a2aa7f3fcefb96d6255175b24eb7f (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'infrastructure/base.html' %}
{% load i18n %}
{% block title %}{% trans workflow.name %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=workflow.name %}
{% endblock page_header %}

{% block main %}
  {% include 'horizon/common/_workflow.html' %}
{% endblock %}