{% extends "FactelBundle::Layout.html.twig" %} {% block css %} {% endblock %} {% block panel_title %}
{% endblock %} {% block content %} {% for flashMessage in app.session.flashbag.get('confirm') %}{{ flashMessage }}
RUC | Razón Social | Fecha Inicio | Fecha Fin | Plan | Conteo | Vigencia Firma | Estado | Acciones |
---|---|---|---|---|---|---|---|---|
{{ entity.ruc }} | {{ entity.razonSocial }} | {{entity.fechaInicio |date('d/m/Y')}} | {{entity.fechaFin |date('d/m/Y')}} | {{ deleteFormsP[entity.id]}} | {{ entity.cantComprobante }}{% if deleteFormsTotalPlan[entity.id] - entity.cantComprobante <= 10 %}{% endif %} | {% if deleteFormsVi[entity.id] == '0000-00-00' %}FIRMA NO CARGADA{% else %}{{ deleteFormsVi[entity.id] | date('d/m/Y') }}{% endif %} {% if deleteFormsCo[entity.id] <= 7 %}{% endif %} |
{%if entity.activo %}{%else%}{% endif%} | {{ form(deleteForms[entity.id], { 'attr': {'id': entity.id } })}} |