{% extends "base.html.twig" %} {% block ExtraCSSFiles %} {% endblock %} {% set pagename = 'Employees' | trans %} {% set addBtnTitle = 'Add New Employee?' | trans %} {% set addBtnLink = path('add_new_admin_or_employee') %} {% block MainContent %} {% include "Users/ListOfUser.html.twig" with {'UsersLIst':list} %} {% endblock %} {% block documentation %}
Here we find the list of teachers, in the List we will see following information:
To Add new Employee you need click over the {{ 'Add New Employee?'|trans }} button
{% endblock %}