{% extends "base.html" %}
{% block title %}Flows - Lamb{% endblock %}
{% block body %}
{% include "_page_header.html" with header_label="Automation" header_title="Flows" header_description="Build and manage your automations." %}
{% if import_error %}
{{ import_error }}
{% endif %}
{% if flows %}
{% for flow in flows %}