{% extends 'base.html' %} {% block titleheader %} RIGS {% endblock %} {% block titleelements %} {% if user.is_authenticated %}
  • Home
  • {% 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 %} {% if user.is_authenticated %} {% endif %} {% endblock %}