{% extends '@InstallBois/index.html.twig' %} {% block title %} INSTALL-BOIS {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block javascripts %} {# #} {% endblock %} {% block page_content_start %} {{ parent() }}

Paramètres | Fiche entreprise

{% endblock %} {% block page_content %}
Informations entreprise
{{ form_start(form_company_profile) }} {% if is_granted('ROLE_ADMIN') %}
{{ form_widget(form_company_profile.id_crm,{'attr': {'readonly': 'true', 'style': 'cursor:not-allowed'}}) }}
{% endif %}
{% if is_granted('ROLE_ADMIN') %}

{{ form_widget(form_company_profile.companyState, { 'attr': {'style': 'display: inline-flex;width: inherit;', 'choice_translation_domain' : true} }) }}
{% endif %}
{{ form_end(form_company_profile) }}
{{ include('company/_block/infoCompany.html.twig') }}
{{ include('company/list/_list_users.html.twig') }} {{ include('company/modal/_archive_company_alert.html.twig') }}
{% endblock %}