{% extends "zerver/base.html" %} {# User Activity. #} {% block title %} {{ title }} {% endblock %} {% block customhead %} {{ super() }} {{ render_bundle('activity') }} {% endblock %} {% block content %} {% if not is_home %} Home
{% endif %}

{{ title }}

{% if realm_link %} Graph
{% endif %}
{% for name, activity in data %}
{{ activity|safe }}
{% endfor %}
{% endblock %}