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

{% trans from "Admin" %}Modify extremity technical %BackboneLinkExtremityTech%{% 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 "idBackboneLinkExtremity" in form|keys %}
{% block form_NONE_idBackboneLinkExtremity %} {% if doReadonly is defined and doReadonly and "idBackboneLinkExtremity" != "blStatus" and "idBackboneLinkExtremity" != "blDeactivated" and form["idBackboneLinkExtremity"] is defined %} {{ form_row(form['idBackboneLinkExtremity'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idBackboneLinkExtremity']) }} {% 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 "dtOldBbTested" in form|keys %}
{% block form_NONE_dtOldBbTested %} {% if doReadonly is defined and doReadonly and "dtOldBbTested" != "blStatus" and "dtOldBbTested" != "blDeactivated" and form["dtOldBbTested"] is defined %} {{ form_row(form['dtOldBbTested'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['dtOldBbTested']) }} {% 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 "dtBbTested" in form|keys %}
{% block form_NONE_dtBbTested %} {% if doReadonly is defined and doReadonly and "dtBbTested" != "blStatus" and "dtBbTested" != "blDeactivated" and form["dtBbTested"] is defined %} {{ form_row(form['dtBbTested'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['dtBbTested']) }} {% 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 "cmCommentTechnical" in form|keys %}
{% block form_NONE_cmCommentTechnical %} {% if doReadonly is defined and doReadonly and "cmCommentTechnical" != "blStatus" and "cmCommentTechnical" != "blDeactivated" and form["cmCommentTechnical"] is defined %} {{ form_row(form['cmCommentTechnical'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['cmCommentTechnical']) }} {% endif %} {% endblock %}
{% endif %}
{% if "blTransferred" in form|keys %}
{% block form_NONE_blTransferred %} {% if doReadonly is defined and doReadonly and "blTransferred" != "blStatus" and "blTransferred" != "blDeactivated" and form["blTransferred"] is defined %} {{ form_row(form['blTransferred'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['blTransferred']) }} {% 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 BackboneLinkExtremityTech.getCollections() is defined and BackboneLinkExtremityTech.idBackboneLinkExtremityTech %} {% for entobj in BackboneLinkExtremityTech.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") or hasRole("ROLE_NETWORK_ENGINEER_ADMIN") or hasRole("ROLE_NETWORK_ENGINEER") or hasRole("ROLE_BACKBONE_LINK_ADMINISTRATOR")' , BackboneLinkExtremityTech) %} {% endif %} {% endblock %} {% if isSelect is defined and isSelect==1 %} {% endif %}
{% endblock %}