{% extends 'base.html' %} {% block titleheader %} RIGS {% endblock %} {% block titleelements %} {% if user.is_authenticated %} {% endif %} {% if perms.RIGS.view_invoice %} {% endif %} {% if perms.RIGS.view_person %} {% endif %} {% if perms.RIGS.view_organisation %} {% endif %} {% if perms.RIGS.view_venue %} {% endif %} {% endblock %}