diff --git a/templates/corporate/activity/installation_activity_table.html b/templates/corporate/activity/installation_activity_table.html
index 8c0b00f61e..efe6091712 100644
--- a/templates/corporate/activity/installation_activity_table.html
+++ b/templates/corporate/activity/installation_activity_table.html
@@ -38,17 +38,17 @@
Created (green if ≤12wk) |
{% if billing_enabled %}
Plan type |
- Org type |
ARR |
Rate (%) |
{% endif %}
+ Org type |
+ Referrer |
DAU |
WAU |
Total users |
Bots |
|
Human messages sent, last 8 UTC days (today-so-far first) |
- Referrer |
@@ -76,13 +76,7 @@
{{ row.plan_type_string }}
|
- {% endif %}
-
- {{ row.org_type_string }}
- |
-
- {% if billing_enabled %}
{% if row.arr %}
{{ row.arr }}
@@ -96,6 +90,14 @@
|
{% endif %}
+
+ {{ row.org_type_string }}
+ |
+
+
+ {{ row.how_realm_creator_found_zulip }}
+ |
+
{{ row.dau_count }}
|
@@ -119,10 +121,6 @@
{% else %}
|
{% endif %}
-
-
- {{ row.how_realm_creator_found_zulip }}
- |
{% endfor %}