{% extends 'base.html' %} {% block content %} {% csrf_token %}

Events

{% for event in events %}
{{ event.timestamp }}
{% endfor %}
{% endblock %}