mistral-dashboard/mistraldashboard/workflows/templates/workflows/index.html

12 lines
296 B
HTML

{% extends 'mistral/default/base.html' %}
{% load i18n %}
{% block title %}{% trans "Workflows" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Workflows") %}
{% endblock page_header %}
{% block main %}
{{ table.render }}
{% endblock %}