{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Latest events{% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Admin All events in the last 24 hours {% endblock %} {% block content %}

All events in the last 24 hours

Submission Events are under construction. Please note this list may not be complete!

{% include 'submissions/submission_event_list_general.html' with events=events %}
{% endblock content %}