{% extends "base.html" %} {% block title %}{{ flow.name }} - Flow Runs{% endblock %} {% block body %}
{% include "_page_header.html" with header_label="Automation" header_title=flow.name header_description="Deployments and latest flow runs." %}
Loading run status...
{% endblock %}