{% extends "base-admin.html.twig" %} {% block title %} Demand level-1 | {{parent()}} {% endblock %} {% block body %}

All demands (services level-1)

Add level-1 (service)
{%for entity in tab%} {%endfor%}
#ID Service do u need Place of hold in charge Place of destination Number of jobeurs Phone number Info-complet Picture Date and hour : Options
{{entity.id}} {{entity.serviceNeed}} {{entity.placeOfCharge}} {{entity.destination}} {{entity.nbJobeurs}} {{entity.phoneNumber}}

{{entity.infoComplementary | raw}}

{%if entity.img is not null%} {{entity.serviceNeed}} {%endif%} {{entity.date | date('d-M-Y')~' '~entity.time | date('H\\h:i')}} Edit
{% endblock %}