diff --git a/templates/flows/flow_list.html b/templates/flows/flow_list.html
index a63b69fa43..194516361f 100644
--- a/templates/flows/flow_list.html
+++ b/templates/flows/flow_list.html
@@ -1,112 +1,102 @@
-{% extends "smartmin/list.html" %}
+{% extends "orgs/base/list.html" %}
{% load smartmin temba i18n humanize %}
-{% block content %}
- {% if org_perms.flows.flow_results %}
-
{% endif %} - | - | Runs / Completion | -|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- |
- {% endif %}
-
-
-
-
+
-
-{% endblock content %}
+
- {% if object.flow_type == 'V' %}
-
- {{ object.name }}
+{% block pre-table %}
+
+ {% for label in object.labels.all %}
+
+
+ |
+
+ {% if not object.is_archived %}
+
+ {% if object.has_issues %}
+
+ {% endif %}
+
+
+ {% endif %}
+ {% if object.run_stats.total %}
+ {{ object.run_stats.total|intcomma }}
+ /
+ {{ object.run_stats.completion }}%
+ {% endif %}
+ |
+ |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "No flows" %} | +
{% trans "Email" %} | -{% trans "Name" %} | -{% trans "Role" %} | -+{% endblock pre-table %} +{% block table %} + |
---|
{% trans "Email" %} | +{% trans "Name" %} | +{% trans "Role" %} | ++ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ obj.email }} | +{{ obj.name }} | +{{ obj.role.display }} | ++ {% if obj.role.code != "A" or admin_count > 1 %} + | + {% endif %} +|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ obj.email }} | -{{ obj.name }} | -{{ obj.role.display }} | -- {% if obj.role.code != "A" or admin_count > 1 %} - | - - {% endif %} -|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "No users" %} | -
- | - -- {% if org_perms.tickets.shortcut_delete %} - | - - {% endif %} -|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "No shortcuts" %} | -
+ | + ++ {% if org_perms.tickets.shortcut_delete %} + | + + {% endif %} +|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "No shortcuts" %} | +