{% 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 | Dirección Matriz | Estado | Acciones |
---|---|---|---|---|
{{ entity.ruc }} | {{ entity.razonSocial }} | {{ entity.direccionMatriz }} | {%if entity.activo %}{%else%}{% endif%} | {{ form(deleteForms[entity.id], { 'attr': {'id': entity.id } })}} |