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

Branche index

{% for branche in branches %} {% else %} {% endfor %}
BrancheId Description DescriptionEn DescriptionFr Flag DateSys actions
{{ branche.brancheId }} {{ branche.description }} {{ branche.descriptionEn }} {{ branche.descriptionFr }} {{ branche.flag ? 'Yes' : 'No' }} {{ branche.dateSys ? branche.dateSys|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}