{% extends 'base.html.twig' %} {% block title %}Lista de motoristas{% endblock %} {% block body %} {# Defina uma variável Twig que armazenará o caminho para a rota de exclusão #}
DataTables is a third party plugin that is used to generate the demo table below. For more information about DataTables, please visit the official DataTables documentation.
Id | Nome | Data de nascimento | Genero | Numero de telefone | Carro Atual | Outros | |||
---|---|---|---|---|---|---|---|---|---|
{{ motorista.id }} | {{ motorista.nome }} | {{ motorista.dataNascimento|date("d-m-Y") }} | {{ motorista.genero.nomeGenero }} | {{ motorista.nTelefone }} | {{ motorista.mail }} | {% if motorista.veiculosAtuais != null %}{% for vehList in motorista.veiculosAtuais %} {{ vehList.veiculo.matricula }} {% endfor %} | {% else %}{% endif %} | {{ motorista.outros }} |