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

{% trans from "Admin" %}Add new extremity technical{% 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 "idLocalLoopExtremity" in form|keys %}
{% block form_NONE_idLocalLoopExtremity %} {% if doReadonly is defined and doReadonly and "idLocalLoopExtremity" != "blStatus" and "idLocalLoopExtremity" != "blDeactivated" and form["idLocalLoopExtremity"] is defined %} {{ form_row(form['idLocalLoopExtremity'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idLocalLoopExtremity']) }} {% endif %} {% endblock %}
{% endif %} {% if "idPop" in form|keys %}
{% block form_NONE_idPop %} {% if doReadonly is defined and doReadonly and "idPop" != "blStatus" and "idPop" != "blDeactivated" and form["idPop"] is defined %} {{ form_row(form['idPop'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idPop']) }} {% endif %} {% endblock %}
{% endif %} {% if "idProvider" in form|keys %}
{% block form_NONE_idProvider %} {% if doReadonly is defined and doReadonly and "idProvider" != "blStatus" and "idProvider" != "blDeactivated" and form["idProvider"] is defined %} {{ form_row(form['idProvider'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idProvider']) }} {% endif %} {% endblock %}
{% endif %} {% if "idCustomer" in form|keys %}
{% block form_NONE_idCustomer %} {% if doReadonly is defined and doReadonly and "idCustomer" != "blStatus" and "idCustomer" != "blDeactivated" and form["idCustomer"] is defined %} {{ form_row(form['idCustomer'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idCustomer']) }} {% endif %} {% endblock %}
{% endif %}
{% if "idTechnicalContact" in form|keys %}
{% block form_NONE_idTechnicalContact %} {% if doReadonly is defined and doReadonly and "idTechnicalContact" != "blStatus" and "idTechnicalContact" != "blDeactivated" and form["idTechnicalContact"] is defined %} {{ form_row(form['idTechnicalContact'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idTechnicalContact']) }} {% endif %} {% endblock %}
{% endif %} {% if "idTechnicalContactProvider" in form|keys %}
{% block form_NONE_idTechnicalContactProvider %} {% if doReadonly is defined and doReadonly and "idTechnicalContactProvider" != "blStatus" and "idTechnicalContactProvider" != "blDeactivated" and form["idTechnicalContactProvider"] is defined %} {{ form_row(form['idTechnicalContactProvider'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idTechnicalContactProvider']) }} {% endif %} {% endblock %}
{% endif %} {% if "idTechnicalContactPop" in form|keys %}
{% block form_NONE_idTechnicalContactPop %} {% if doReadonly is defined and doReadonly and "idTechnicalContactPop" != "blStatus" and "idTechnicalContactPop" != "blDeactivated" and form["idTechnicalContactPop"] is defined %} {{ form_row(form['idTechnicalContactPop'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idTechnicalContactPop']) }} {% endif %} {% endblock %}
{% endif %} {% if "dtLlTested" in form|keys %}
{% block form_NONE_dtLlTested %} {% if doReadonly is defined and doReadonly and "dtLlTested" != "blStatus" and "dtLlTested" != "blDeactivated" and form["dtLlTested"] is defined %} {{ form_row(form['dtLlTested'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['dtLlTested']) }} {% endif %} {% endblock %}
{% endif %}
{% if "lbConnectionPath" in form|keys %}
{% block form_NONE_lbConnectionPath %} {% if doReadonly is defined and doReadonly and "lbConnectionPath" != "blStatus" and "lbConnectionPath" != "blDeactivated" and form["lbConnectionPath"] is defined %} {{ form_row(form['lbConnectionPath'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['lbConnectionPath']) }} {% endif %} {% endblock %}
{% endif %}
{% if "idOutConnectionPath" in form|keys %}
{% block form_NONE_idOutConnectionPath %} {% if doReadonly is defined and doReadonly and "idOutConnectionPath" != "blStatus" and "idOutConnectionPath" != "blDeactivated" and form["idOutConnectionPath"] is defined %} {{ form_row(form['idOutConnectionPath'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idOutConnectionPath']) }} {% endif %} {% endblock %}
{% endif %}
{% if "constit1" in form|keys %}
{% block form_NONE_constit1 %} {% if doReadonly is defined and doReadonly and "constit1" != "blStatus" and "constit1" != "blDeactivated" and form["constit1"] is defined %} {{ form_row(form['constit1'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['constit1']) }} {% endif %} {% endblock %}
{% endif %} {% if "constitReception" in form|keys %}
{% block form_NONE_constitReception %} {% if doReadonly is defined and doReadonly and "constitReception" != "blStatus" and "constitReception" != "blDeactivated" and form["constitReception"] is defined %} {{ form_row(form['constitReception'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['constitReception']) }} {% endif %} {% endblock %}
{% endif %} {% if "dtConstit" in form|keys %}
{% block form_NONE_dtConstit %} {% if doReadonly is defined and doReadonly and "dtConstit" != "blStatus" and "dtConstit" != "blDeactivated" and form["dtConstit"] is defined %} {{ form_row(form['dtConstit'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['dtConstit']) }} {% endif %} {% endblock %}
{% endif %}
{% if "equipement" in form|keys %}
{% block form_NONE_equipement %} {% if doReadonly is defined and doReadonly and "equipement" != "blStatus" and "equipement" != "blDeactivated" and form["equipement"] is defined %} {{ form_row(form['equipement'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['equipement']) }} {% endif %} {% endblock %}
{% endif %} {% if "carteNature" in form|keys %}
{% block form_NONE_carteNature %} {% if doReadonly is defined and doReadonly and "carteNature" != "blStatus" and "carteNature" != "blDeactivated" and form["carteNature"] is defined %} {{ form_row(form['carteNature'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['carteNature']) }} {% endif %} {% endblock %}
{% endif %} {% if "nombreIt" in form|keys %}
{% block form_NONE_nombreIt %} {% if doReadonly is defined and doReadonly and "nombreIt" != "blStatus" and "nombreIt" != "blDeactivated" and form["nombreIt"] is defined %} {{ form_row(form['nombreIt'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['nombreIt']) }} {% endif %} {% endblock %}
{% endif %}
{% if "raccordement" in form|keys %}
{% block form_NONE_raccordement %} {% if doReadonly is defined and doReadonly and "raccordement" != "blStatus" and "raccordement" != "blDeactivated" and form["raccordement"] is defined %} {{ form_row(form['raccordement'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['raccordement']) }} {% endif %} {% endblock %}
{% endif %} {% if "dtRacc" in form|keys %}
{% block form_NONE_dtRacc %} {% if doReadonly is defined and doReadonly and "dtRacc" != "blStatus" and "dtRacc" != "blDeactivated" and form["dtRacc"] is defined %} {{ form_row(form['dtRacc'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['dtRacc']) }} {% endif %} {% endblock %}
{% endif %} {% if "penetration" in form|keys %}
{% block form_NONE_penetration %} {% if doReadonly is defined and doReadonly and "penetration" != "blStatus" and "penetration" != "blDeactivated" and form["penetration"] is defined %} {{ form_row(form['penetration'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['penetration']) }} {% endif %} {% endblock %}
{% endif %} {% if "dtFinTech" in form|keys %}
{% block form_NONE_dtFinTech %} {% if doReadonly is defined and doReadonly and "dtFinTech" != "blStatus" and "dtFinTech" != "blDeactivated" and form["dtFinTech"] is defined %} {{ form_row(form['dtFinTech'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['dtFinTech']) }} {% endif %} {% endblock %}
{% endif %}
{% if "cmComment" in form|keys %}
{% block form_NONE_cmComment %} {% if doReadonly is defined and doReadonly and "cmComment" != "blStatus" and "cmComment" != "blDeactivated" and form["cmComment"] is defined %} {{ form_row(form['cmComment'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['cmComment']) }} {% 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 LocalLoopExtremityTech.getCollections() is defined and LocalLoopExtremityTech.idLocalLoopExtremityTech %} {% for entobj in LocalLoopExtremityTech.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 isSelect is not defined or isSelect!=1 %} {% endif %} {% endblock %} {% if isSelect is defined and isSelect==1 %} {% endif %}
{% endblock %}