{% if billable_entries %} {% with entries=billable_entries %}

Billable entries

{% include 'timepiece/invoice/_weekly_entry_list_table.html' %} {% endwith %} {% else %}

No billable entries were found.

{% endif %} {% if nonbillable_entries %} {% with entries=nonbillable_entries %}

Non-billable entries

{% include 'timepiece/invoice/_weekly_entry_list_table.html' %} {% endwith %} {% else %}

No non-billable entries were found.

{% endif %}