{% extends 'base_rigs.html' %} {% load button from filters %} {% block title %}Rigboard{% endblock %} {% block content %}

Rigboard

Key: ReadyAction RequiredNeeds MICCancelledNon-Rig
{% if perms.RIGS.add_event %}
{% button 'new' 'event_create' None %}
{% endif %}
{% include 'event_table.html' %} {% endblock %}