{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% block ExtraCSSFiles %} {% endblock %} {% block pageLabel %} {{ inv_ob.id is empty ? 'Add new invoice'|trans : 'Update invoice'|trans }} {% endblock %} {% block recordLength %} {% endblock %} {% block MainContent %}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('accounts') %} {% endfor %} {% endblock %}