{% extends "base-admin.html.twig" %} {% block title %}Our team | {{parent()}} {% endblock %} {% block body %}

Our team mate

Add
{%for entity in tab%} {%endfor%}
#ID Title Description Fullname Profil picture Jobs facts Personal information Personal description Options
{{entity.id}} {{entity.title}} {{entity.description}} {%if entity.fullname is not null%} {{entity.fullname}} {%endif%} {%if entity.img is not null%} {{entity.title}} {%endif%}
{%if entity.icon is not null%} {{entity.icon | raw}} {%endif%}
{%if entity.jobsFacts is not null%} {{entity.jobsFacts | raw}} {%endif%} {%if entity.infoPersonal is not null%} {{entity.infoPersonal}} {%endif%} {%if entity.persoDescription is not null%} {{entity.persoDescription}} {%endif%} Edit
{%endblock%}