{% extends 'base.html' %} {% load static %} {% load invoices_waiting from filters %} {% load invoices_outstanding from filters %} {% load total_invoices_todo from filters %} {% block titleheader %} RIGS {% endblock %} {% block titleelements %} {% if user.is_authenticated %} {% if perms.RIGS.view_riskassessment %} {% 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 %} {% endif %} {% endblock %} {% block titleelements_right %} {% include 'partials/search.html' %} {% include 'partials/navbar_user.html' %} {% endblock %} {% block js %} {{ block.super }} {% endblock %}