{% extends 'base_rigs.html' %} {% load paginator from filters %} {% load get_list from filters %} {% load button from filters %} {% load static %} {% block css %} {% endblock %} {% block preload_js %} {% endblock %} {% block content %}
Start
End
Keyword
{% button 'search' %}
{% with object_list as events %} {% include 'partials/event_table.html' %} {% endwith %}
{% paginator %} {% endblock %}