{% extends 'base.html' %} {% block titleheader %} RIGS {% endblock %} {% block titleelements %} {% if user.is_authenticated %} Home
  • Rigboard
  • Archive
  • Calendar
  • {% if perms.RIGS.view_event %}
  • Recent Changes
  • {% endif %} {% if perms.RIGS.add_event %}
  • New Event
  • {% endif %} {% endif %} {% if perms.RIGS.view_invoice %} {% endif %} {% if perms.RIGS.view_person %}
  • People
  • {% endif %} {% if perms.RIGS.view_organisation %}
  • Organisations
  • {% endif %} {% if perms.RIGS.view_venue %}
  • Venues
  • {% endif %} {% endblock %}