{% if searched_flows %} {% for flow in searched_flows %} {% endfor %}
Work Flow Name Start Time Status Metadata
{{ flow.flow_name_snapshot }} {{ flow.start_time }} {{ flow.get_status_display }} {{ flow.meta|slice:":300" }}{% if flow.meta|length > 300 %}...{% endif %}
{% else %}

No results!

{% endif %}
{% if searched_flows.has_next %}
{% endif %}