{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }} - {% trans from "Admin" %}Modify user{% endtrans %} {% endblock %} {% block body %} {% block page_title %}

{% trans from "Admin" %}Modify user{% endtrans %}

{% endblock %}
{% set addselect= (isSelect is defined)?"isSelect="~isSelect:"" %} {% set addmotherid= (motherid is defined)?"&motherid="~motherid:"" %} {% set addmotherentity= (motherentity is defined)?"&motherentity="~motherentity:"" %}
{{ block('actionsmenu') }} {% block form_fieldset_NONE %}
{% if "username" in form|keys %}
{% block form_NONE_username %} {% if doReadonly is defined and doReadonly and "username" != "blStatus" and "username" != "blDeactivated" and form["username"] is defined %} {{ form_row(form['username'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['username']) }} {% endif %} {% endblock %}
{% endif %}
{% if "email" in form|keys %}
{% block form_NONE_email %} {% if doReadonly is defined and doReadonly and "email" != "blStatus" and "email" != "blDeactivated" and form["email"] is defined %} {{ form_row(form['email'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['email']) }} {% endif %} {% endblock %}
{% endif %}
{% if "enabled" in form|keys %}
{% block form_NONE_enabled %} {% if doReadonly is defined and doReadonly and "enabled" != "blStatus" and "enabled" != "blDeactivated" and form["enabled"] is defined %} {{ form_row(form['enabled'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['enabled']) }} {% endif %} {% endblock %}
{% endif %}
{% if "roles" in form|keys %}
{% block form_NONE_roles %} {% if doReadonly is defined and doReadonly and "roles" != "blStatus" and "roles" != "blDeactivated" and form["roles"] is defined %} {{ form_row(form['roles'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['roles']) }} {% endif %} {% endblock %}
{% endif %}
{% if form['dtDeactivated'] is defined %}
{% block form_NONE_dtDeactivated %} {{ form_row(form['dtDeactivated']) }} {% endblock %}
{% endif %} {% if form['dtCreate'] is defined %}
{% block form_NONE_dtCreate %} {{ form_row(form['dtCreate']) }} {% endblock %}
{% endif %} {% if form['dtUpdate'] is defined %}
{% block form_NONE_dtUpdate %} {{ form_row(form['dtUpdate']) }} {% endblock %}
{% endif %} {% if form['idUserCreateBy'] is defined %}
{% block form_NONE_idUserCreateBy %} {{ form_row(form['idUserCreateBy']) }} {% endblock %}
{% endif %} {% if form['idUserUpdateBy'] is defined %}
{% block form_NONE_idUserUpdateBy %} {{ form_row(form['idUserUpdateBy']) }} {% endblock %}
{% endif %}
{% endblock %} {% block form_tabs %} {% endblock %} {% block form %} {% if isSelect is defined and isSelect==1 and motherid is defined and motherid!=0 %} {% endif %} {% if isSelect is defined and isSelect==1 %} {% endif %} {{ form_errors(form) }} {{ form_rest(form) }} {% block form_buttons %} {% endblock %} {% endblock %} {% if Myuser.getCollections() is defined and Myuser.id %} {% for entobj in Myuser.getCollections() %} {% if entobj.idname is defined %} {% set entitie=entobj.idval %} {% else %} {% set entitie=entobj %} {% endif %} {% set headcol="" %} {% endfor %} {% endif %}
{% endblock %} {% block actionsmenu %}
{% block form_actions %} {% if securityContext.isGranted( 'hasRole("ROLE_SUPER_ADMINISTRATOR")' , Myuser) %} {% endif %} {% if securityContext.isGranted( 'hasRole("ROLE_SUPER_ADMINISTRATOR")' , Myuser) %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% endif %} {% endblock %} {% if isSelect is defined and isSelect==1 %} {% endif %}
{% endblock %}