{% set period_label = (period.start, period.end)|pretty_quarter %} {% set title = "Invoices: " + details_title %} {% set navigation = [('Lab Invoices', url_for('main', content_id='invoice_periods_list')), (period_label, '')] %} {% include 'include_header.html' %} {% set hide_buttons = True %} {# Prevent to display groups button #} {% include "invoices_list.html" %}
{% include 'booking_form.html' %}