ECM Throughout The World
Last update {{last_update}}
Active Users Per Country
Top 10 Countries
#
Country
Active Users
{% for country in top_countries %}
{{forloop.counter}}.
{{country.country_name}}
{{country.active_users}}
{% endfor %}
ECM Instances
Top 10 Instances
#
City
Active Users
First Installed
Avg. Last Login
{% for instance in top_instances %}
{{forloop.counter}}.
{{instance.city}}
{{instance.active_user_count}}
{{instance.first_installed}}
{{instance.avg_last_visit_top10}}
{% endfor %}