ECM Throughout The World
Last update {{last_update}}
Total users:
{{total_users}},
Total instances (installations):
{{total_instances}}
Active Users Per Country
Top 10 Countries
#
Country
Active Users
Installations
{% for country in top_countries %}
{{forloop.counter}}.
{{country.country_name}}
{{country.active_users}}
{{country.instance_count}}
{% endfor %}
ECM Instances
Top 10 Instances
#
City or Country
Active Users
First Installed
Avg. Last Login
{% for instance in top_instances %}
{{forloop.counter}}.
{% if instance.city %}{{instance.city}}{% else %}{{instance.country_name}}{% endif %}
{{instance.active_user_count}}
{{instance.first_installed}}
{{instance.avg_last_visit_top10}}
{% endfor %}