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

Event Archive

Start
End
Keyword
{% with object_list as events %} {% include 'event_table.html' %} {% endwith %}
{% if is_paginated %}
{% paginator %}
{% endif %} {% endblock %}