{% extends 'base.html.twig' %} {% block title %}Branche{% endblock %} {% block body %}
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') : '' }} |