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