{% trans_default_domain 'invoice' %} {% 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 %} {% if not paginatable is defined %} {% set paginatable = true %} {% endif %} {% if not sortable is defined %} {% set sortable = true %} {% endif %} {% if table_selectable %}

Planes

   {#
#}
{% endif %} {% if planes|length == 0 %} {% endif %} {% for key, result in planes %} {% set entity = result %} {% if entity.ilimitado == 1 %} {% else %} {% endif%} {% endfor %}
Nombre Plan NĂºmero de Fac. Mes Valor Max Factura Precio Mes Tipo
No se encontro registros
{{ entity.name }} {{ entity.numfacmes }} {{ entity.valmaxfac }} {{ entity.preciomes }}Ilimitado
{% if table_selectable %}
{#{% if paginatable %} {% endif %}#}
{% endif %}