{% extends '_include/base.html.twig' %} {% block title %}EmployeeFiles{% endblock %} {% block content %}

Employee File

Review stored employee documentation.

Id {{ employee_file.id }}
File name {{ employee_file.fileName }}
Category {{ employee_file.category }}
Created {{ employee_file.createdAt ? employee_file.createdAt|date('Y-m-d H:i:s') : '' }}
Updated {{ employee_file.updatedAt ? employee_file.updatedAt|date('Y-m-d H:i:s') : '' }}
{% endblock %}