{% extends 'datatable.html.twig' %} {% import "macros/widgets.html.twig" as widgets %} {% import "macros/datatables.html.twig" as tables %} {% import "invoice/actions.html.twig" as actions %} {% block datatable_row %} {{ entry.name }} {{ entry.title }} {{ entry.company }} {{ entry.vatId }} {{ entry.vat }} {{ entry.dueDays }} {{ entry.address|nl2br }} {{ entry.contact|nl2br }} {{ entry.calculator|trans({}, 'invoice-calculator') }} {{ entry.renderer|trans({}, 'invoice-renderer') }} {% if entry.language is not empty %}{{ entry.language|locale_name }}{% endif %} {{- actions.invoice_template(entry, 'index') -}} {% endblock %}