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

Expert index

{% for expert in experts %} {% else %} {% endfor %}
Id Name Description Metier UrlWeb actions
{{ expert.id }} {{ expert.name }} {{ expert.description }} {{ expert.metier }} {{ expert.urlWeb }} show edit
no records found
Create new
{% endblock %}