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

LISTADO DE CAMIONES

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

{% for entity in tcamions %} {% endfor %}
Placa Chasis Marca Modelo Foto Pertenencia Estado Acciones
{{ entity.placa }} {{ entity.chasis }} {{ entity.marca }} {{ entity.modelo }} {{ entity.idpertenencia }} {% include 'if/activo.html.twig' %} {# #} {% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO')%} {% endif %} {% if is_granted('ROLE_ADMINISTRADOR')%} {% 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 %}