{% extends 'base.html.twig' %} {% block title%} WONDER-Transporte Nacional {% endblock %} {% block titulo %} GESTIÓN DE TRANSPORTE NACIONAL {% endblock %} {% block bread %} T-Nacional {% endblock %} {% block body %}
{#{% if is_granted('ROLE_SUPER')%}#}
{% include 'messages/success.html.twig' %} {% include 'messages/danger.html.twig' %}

LISTADO DE TRANSPORTE NACIONAL

{% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO') or is_granted('ROLE_RECEPCION')%} Agregar Registro {% endif %}

{% set indice = 0 %} {% for entity in tnacionals %} {% set indice = indice + 1 %} {% endfor %}
Fecha Inicial Empresa Cant. Nº Chasis Origen Destino Factura Observaciones Acciones
{{ entity.fechainicio|date('d-m-Y') }} {{ entity.nombre }} {{ entity.registros }} {{ entity.chasises }} {{ entity.origen }} {{ entity.destino}} {% if entity.estado == 'Recepción' %}

{{ facArray[indice] }}

{#

{{ entity.estado}}

#} {# {% elseif entity.estado == 'En Curso' %}#} {#

{{ entity.estado }}

#} {# {% elseif (entity.estado == 'Entregado') %}#} {#

{{ entity.estado }}

#} {# {% else %}#} {#

{{ entity.estado }}

#} {% endif %}
{{ entity.observaciones }} {# #} {% if is_granted('ROLE_ADMINISTRADOR')%} {% endif %} {% if is_granted('ROLE_TECNICO') and habilitaEdicion[indice] %} {% endif %} {% if is_granted('ROLE_ADMINISTRADOR')%} {% endif %} {% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO') or is_granted('ROLE_RECEPCION')%}   Vehículos {% endif %} {% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO') or is_granted('ROLE_RECEPCION')%} Facturas {% endif %} {# #}
{#{% endif %}#}
{{ include ('forms/delete.html.twig', { form: delete_form_ajax, message: 'Estás seguro de borrar el registro?', id:'form-delete', with_submit:false }) }} {% endblock %} {% block javascripts %} {# #} {% endblock %} {#{% extends 'base.html.twig' %}#} {#{% block title %}Tnacional index{% endblock %}#} {#{% block body %}#} {#

Tnacional index

#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for tnacional in tnacionals %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% else %}#} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
IdnacionalFechainicioFacturaObservacionesAuditoriaactions
{{ tnacional.idnacional }}{{ tnacional.fechainicio ? tnacional.fechainicio|date('Y-m-d H:i:s') : '' }}{{ tnacional.factura }}{{ tnacional.observaciones }}{{ tnacional.auditoria }}#} {# show#} {# edit#} {#
no records found
#} {# Create new#} {#{% endblock %}#}