{% extends 'base.html' %} {% block header %}

BZ&BZ Last callers

{% endblock %} {% block content %}
Timestamp
Ago
Username
Location
{% for user in users %}
{{ user.timestamp }}
{{ user.ago }}
{{ user.username }}
{{ user.location }}
{% endfor %}
{% endblock %}