{% extends 'base_rigs.html' %} {% block title %}Rigboard{% endblock %} {% block content %}

Rigboard

{% if perms.RIGS.add_event %} New {% endif %}
{% include 'event_table.html' %}
{% include 'event_table_mobile.html' %}
{% endblock %}