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

{% trans from "Admin" %}New Billing service line{% 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 "idService" in form|keys %}
{% block form_NONE_idService %} {% if doReadonly is defined and doReadonly and "idService" != "blStatus" and "idService" != "blDeactivated" and form["idService"] is defined %} {{ form_row(form['idService'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idService']) }} {% endif %} {% endblock %}
{% endif %}
{% if "idServiceExtremity" in form|keys %}
{% block form_NONE_idServiceExtremity %} {% if doReadonly is defined and doReadonly and "idServiceExtremity" != "blStatus" and "idServiceExtremity" != "blDeactivated" and form["idServiceExtremity"] is defined %} {{ form_row(form['idServiceExtremity'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idServiceExtremity']) }} {% endif %} {% endblock %}
{% endif %}
{% if "idServiceDevice" in form|keys %}
{% block form_NONE_idServiceDevice %} {% if doReadonly is defined and doReadonly and "idServiceDevice" != "blStatus" and "idServiceDevice" != "blDeactivated" and form["idServiceDevice"] is defined %} {{ form_row(form['idServiceDevice'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idServiceDevice']) }} {% endif %} {% endblock %}
{% endif %}
{% if "idServiceOption" in form|keys %}
{% block form_NONE_idServiceOption %} {% if doReadonly is defined and doReadonly and "idServiceOption" != "blStatus" and "idServiceOption" != "blDeactivated" and form["idServiceOption"] is defined %} {{ form_row(form['idServiceOption'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idServiceOption']) }} {% endif %} {% endblock %}
{% endif %}
{% if "cdCustomerService" in form|keys %}
{% block form_NONE_cdCustomerService %} {% if doReadonly is defined and doReadonly and "cdCustomerService" != "blStatus" and "cdCustomerService" != "blDeactivated" and form["cdCustomerService"] is defined %} {{ form_row(form['cdCustomerService'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['cdCustomerService']) }} {% endif %} {% endblock %}
{% endif %}
{% if "idCurrency" in form|keys %}
{% block form_NONE_idCurrency %} {% if doReadonly is defined and doReadonly and "idCurrency" != "blStatus" and "idCurrency" != "blDeactivated" and form["idCurrency"] is defined %} {{ form_row(form['idCurrency'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idCurrency']) }} {% endif %} {% endblock %}
{% endif %}
{% if "mtNrc" in form|keys %}
{% block form_NONE_mtNrc %} {% if doReadonly is defined and doReadonly and "mtNrc" != "blStatus" and "mtNrc" != "blDeactivated" and form["mtNrc"] is defined %} {{ form_row(form['mtNrc'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['mtNrc']) }} {% endif %} {% endblock %}
{% endif %}
{% if "mtNrcEuro" in form|keys %}
{% block form_NONE_mtNrcEuro %} {% if doReadonly is defined and doReadonly and "mtNrcEuro" != "blStatus" and "mtNrcEuro" != "blDeactivated" and form["mtNrcEuro"] is defined %} {{ form_row(form['mtNrcEuro'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['mtNrcEuro']) }} {% endif %} {% endblock %}
{% endif %}
{% if "mtMrc" in form|keys %}
{% block form_NONE_mtMrc %} {% if doReadonly is defined and doReadonly and "mtMrc" != "blStatus" and "mtMrc" != "blDeactivated" and form["mtMrc"] is defined %} {{ form_row(form['mtMrc'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['mtMrc']) }} {% endif %} {% endblock %}
{% endif %}
{% if "mtMrcEuro" in form|keys %}
{% block form_NONE_mtMrcEuro %} {% if doReadonly is defined and doReadonly and "mtMrcEuro" != "blStatus" and "mtMrcEuro" != "blDeactivated" and form["mtMrcEuro"] is defined %} {{ form_row(form['mtMrcEuro'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['mtMrcEuro']) }} {% endif %} {% endblock %}
{% endif %}
{% if "dtStartMrc" in form|keys %}
{% block form_NONE_dtStartMrc %} {% if doReadonly is defined and doReadonly and "dtStartMrc" != "blStatus" and "dtStartMrc" != "blDeactivated" and form["dtStartMrc"] is defined %} {{ form_row(form['dtStartMrc'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['dtStartMrc']) }} {% endif %} {% endblock %}
{% endif %}
{% if "dtEndMrc" in form|keys %}
{% block form_NONE_dtEndMrc %} {% if doReadonly is defined and doReadonly and "dtEndMrc" != "blStatus" and "dtEndMrc" != "blDeactivated" and form["dtEndMrc"] is defined %} {{ form_row(form['dtEndMrc'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['dtEndMrc']) }} {% endif %} {% endblock %}
{% endif %}
{% if "idBillingServiceLine" in form|keys %}
{% block form_NONE_idBillingServiceLine %} {% if doReadonly is defined and doReadonly and "idBillingServiceLine" != "blStatus" and "idBillingServiceLine" != "blDeactivated" and form["idBillingServiceLine"] is defined %} {{ form_row(form['idBillingServiceLine'],{'attr' : {'readonly':'readonly'}}) }} {% else %} {{ form_row(form['idBillingServiceLine']) }} {% 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 BillingServiceLine.getCollections() is defined and BillingServiceLine.idBillingServiceLine %} {% for entobj in BillingServiceLine.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 %} {% endblock %} {% if isSelect is defined and isSelect==1 %} {% endif %}
{% endblock %}