{% extends '_include/base.html.twig' %} {% block title %}Invoice Categories{% endblock %} {% block breadcrumbs %} {% endblock %} {% block page_title %}Invoice Category List{% endblock %} {% block page_actions %} New Invoice Category {% endblock %} {% block content %}
| ID | Name | Description | Invoice Type | Financial Classification | Actions |
|---|---|---|---|---|---|
| {{ invoice_category.id }} | {{ invoice_category.name }} | {{ invoice_category.description }} | {{ invoice_category.invoiceType }} | {{ invoice_category.financialClassification }} | |
| No records found | |||||