{% extends "zerver/base.html" %} {% set entrypoint = "activity" %} {# User activity. #} {% block title %} {{ title }} | Zulip analytics {% endblock %} {% block content %} {% if not is_home %} Home
{% endif %}

{{ title }} {% if realm_stats_link %}{{ realm_stats_link }}{% endif %}

{% for name, activity in data %}
{{ activity|safe }}
{% endfor %}
{% endblock %}