{% extends 'base_rigs.html' %} {% load button from filters %} {% block content %}
Key: ReadyAction RequiredNeeds MICCancelledNon-Rig
{% if perms.RIGS.add_event %}
{% button 'new' 'event_create' %}
{% endif %}
{% include 'partials/event_table.html' %}
{% endblock %}