{% extends template %} {% load i18n %} {% block title %}{% trans "Active Visitors Map" %}{% endblock %} {% block extra-head %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Below is a map and a list of recently active users on this site. It updates itself every 5 seconds or so, adding and removing pins in the map as necessary. Stick around for a few minutes to see it in action!" %}
{% endblock %}