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