{% extends "base.html.twig" %}
{% trans_default_domain 'core' %}
{% set table_columns = 8 %}
{% if not table_selectable is defined %}
{# This variable MUST be explicitly set to false to hide checkboxes #}
{# If you set this to false and you have a second listing that display them #}
{# set explicitly to true in the second listing. #}
{% set table_selectable = true %}
{% set table_columns = table_columns + 1 %}
{% endif %}
{% block stylesheets %}
{% endblock %}
{% block actionheader %}
{% endblock %}
{% block searchform_container %}{% endblock %}
{% block body %}
{% block invoice_actions %}{% endblock %}
{% block invoice_label %}{% endblock %}
{{ form_start(form, {'attr': {'class': 'form-stacked' , 'id':'liquidacion'} }) }}