{% extends 'base.html' %} {% load paginator from filters %} {% block title %}Event Archive{% endblock %} {% block content %}

Event Archive

{% if is_paginated %}
{% paginator %}
{% endif %}
{% with latest as events %} {% include 'RIGS/event_table.html' %} {% endwith %}
{% if is_paginated %}
{% paginator %}
{% endif %} {% endblock %}