RIGS
    {% if user.is_authenticated %}
  • Home
  • Rigboard
    • 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 %}
  • Invoices
      {% if perms.RIGS.add_invoice %}
    • Waiting
    • {% endif %}
    • Outstanding
    • Archive
  • {% endif %} {% if perms.RIGS.view_person %}
  • People
  • {% endif %} {% if perms.RIGS.view_organisation %}
  • Organisations
  • {% endif %} {% if perms.RIGS.view_venue %}
  • Venues
  • {% endif %}
  • {% if user.is_authenticated %} Hi {{ user.first_name }}
    • {{ request.user.first_name }} {{ request.user.last_name }}

      {{ request.user.email }}

    • Logout
    {% else %} Login {% endif %}