{% extends 'base.html.twig' %} {% block title %}Branche{% endblock %} {% block body %}

Branche

BrancheId {{ branche.brancheId }}
Description {{ branche.description }}
DescriptionEn {{ branche.descriptionEn }}
DescriptionFr {{ branche.descriptionFr }}
Flag {{ branche.flag ? 'Yes' : 'No' }}
DateSys {{ branche.dateSys ? branche.dateSys|date('Y-m-d H:i:s') : '' }}
back to list edit {{ include('branche/_delete_form.html.twig') }} {% endblock %}