{% extends "@QbaBitCore/Form/edit.html.twig" %} {% block form_inner %}
{{ form_row(form.enterprise_logo_file, {'label':entity.getOptionFromName("enterprise_logo").text,'attr':{'class': 'form-control'} }) }} {{ form_row(form.enterprise_favicon_file, {'label':entity.getOptionFromName("enterprise_favicon").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.enterprise_name, {'label':entity.getOptionFromName("enterprise_name").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.enterprise_mail, {'label':entity.getOptionFromName("enterprise_mail").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.app_language, {'label':entity.getOptionFromName("app_language").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.enterprise_address, {'label':entity.getOptionFromName("enterprise_address").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.enterprise_show_address_front, {'label':entity.getOptionFromName("enterprise_show_address_front").text}) }}
{{ form_row(form.enterprise_phone, {'label':entity.getOptionFromName("enterprise_phone").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.enterprise_show_phone_front, {'label':entity.getOptionFromName("enterprise_show_phone_front").text}) }}
{{ form_row(form.max_anuncios_no_premium, {'label':entity.getOptionFromName("max_anuncios_no_premium").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.enterprise_no_index_seo, {'label':entity.getOptionFromName("enterprise_no_index_seo").text}) }}
{{ form_row(form.precio_oferta, {'label':entity.getOptionFromName("precio_oferta").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.ultimas_propertys_count, {'label':entity.getOptionFromName("ultimas_propertys_count").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.anuncios_a_destacar, {'label':entity.getOptionFromName("anuncios_a_destacar").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.max_upload_file_size, {'label':entity.getOptionFromName("max_upload_file_size").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.facebook_url, {'label':entity.getOptionFromName("facebook_url").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.twitter_url, {'label':entity.getOptionFromName("twitter_url").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.linkedin_url, {'label':entity.getOptionFromName("linkedin_url").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.instagram_url, {'label':entity.getOptionFromName("instagram_url").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.seguro_url, {'label':entity.getOptionFromName("seguro_url").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.juridico_url, {'label':entity.getOptionFromName("juridico_url").text,'attr':{'class': 'form-control'} }) }}
{{ form_row(form.frontend_template, {'label':entity.getOptionFromName("frontend_template").text }) }}
{{ form_row(form.backend_template, {'label':entity.getOptionFromName("backend_template").text }) }}
{#
#} {#
#} {#{{ form_row(form.userid, { attr: {'class':'form-control'} }) }}#} {#
#} {#{% set user = form.vars.data.userid %}#} {#{% if user %}#} {#{% set fullNameUser = user.name ~' '~user.primerApellido~' '~user.segundoApellido %}#} {#{% else %}#} {#{% set fullNameUser = 'seleccione_usuario' | trans({}, 'seguridad') %}#} {#{% endif %}#} {#
#} {##} {##} {#{{ fullNameUser }}#} {##} {#
#} {#
#} {#{{ form_row(form.tipoPropiedad, {'attr':{'class': 'form-control'} }) }}#} {#
#} {#
#} {#{{ form_row(form.tipoModalidad, { attr: {'class':'form-control'} }) }}#} {#
#} {#
#} {#{{ form_row(form.tipoVivienda, { attr: {'class':'form-control'} }) }}#} {#
#} {#
#} {#{{ form_row(form.cuartos, { attr: {'class':'form-control'} }) }}#} {#
#} {#
#} {#
#} {#
#} {#{{ form_row(form.caracteristicas, {'attr':{'class': 'form-control chained'} }) }}#} {#
#} {#
#} {#{{ form_row(form.zonasInteres, {'attr':{'class': 'form-control chained'} }) }}#} {#
#} {#
#} {#
#} {#
#} {#{{ form_row(form.pais, {'attr':{'class': 'form-control chained'} }) }}#} {#
#} {#
#} {#{{ form_row(form.comunidad, {'attr':{'class': 'form-control chained'} }) }}#} {#
#} {#
#} {#{{ form_row(form.provincia, {'attr':{'class': 'form-control chained'} }) }}#} {#
#} {#
#} {##} {##} {#
#} {#
#} {#{{ form_row(form.descripcion, {'attr':{'class': 'form-control chained', 'data-id': 'usuario_comunidad'} }) }}#} {#
#} {#
#} {#
#} {#
#} {#{{ form_widget(form.images) }}#} {#
#} {#
#} {#
#} {#{{ form_widget(form.geoData) }}#} {#
#} {#
#} {#{{ form_row(form.hideLocation) }}#} {#
#} {##} {% endblock %}