{% extends 'HRMBundle::layout.html.twig' %} {% block stylesheets %} {{parent()}} {% endblock %} {% block section %}Employees{% endblock %} {% block body -%} {{parent()}} {% spaceless %} {# TABLE EMPLOYEES #}
Employees
{% for entity in entities %} {% endfor %}
Employee Department Professional Profile Role Birth Place Gender Actions
{{entity.name|title}} {{entity.middlenames|title}} {{entity.lastnames|title}} {{entity.department}} {{entity.profile}} {{entity.role}} {{entity.birthplace}} {{entity.gender}} show edit
{#
#} {% endspaceless %} {% endblock %} {% block javascripts %} {{parent()}} {# COLABORA TABLE #} {# COLABORA TABLE EXPORT #} {% endblock %}