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

Department index

{% for department in departments %} {% else %} {% endfor %}
Id Name Number actions
{{ department.id }} {{ department.name }} {{ department.number }} show edit
no records found
Create new {% endblock %}