{% set title = "Invoice Periods List" %} {% set navigation = [('Admin', ''), ('Invoices', '')] %} {% include 'include_header.html' %} {% set is_admin = current_user.is_manager %} {% set period_url = 'invoice_period' if is_admin else 'reports_invoices_lab' %}
{% if is_admin %} {% endif %}
{% if is_admin %} {% endif %} {% for ip in invoice_periods %} {% if is_admin %} {% endif %} {% endfor %}
id period statusactions
{{ ip['id'] }} {{ ip['period'] }} {{ ip['status'] }}