V-Beta-1.0.0
Vision is out of alpha !
This commit is contained in:
14
templates/group/employee.html.twig
Normal file
14
templates/group/employee.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}{% trans %}title_employee_administration{% endtrans %}: "{{ employee.fullName }}"{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
{{form(form)}}
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
{% include '_cells/userInformations.html.twig' with {'user': employee} %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user