{% extends 'base.html.twig' %} {% set bodyClass = 'user_collectivity show' %} {% set menuItem = 'user_collectivity' %} {% block title %}{{ 'user.organization.title.show'|trans }} - {{ parent() }}{% endblock %} {% block body_head %}
| {{ 'user.organization.label.name'|trans }} | {{ object.name }} |
| {{ 'user.organization.label.short_name'|trans }} | {{ object.shortName }} |
| {{ 'user.organization.label.type'|trans }} | {% if object.type is not null %}{{ object.type|dictionary('user_collectivity_type') }}{% endif %} |
| {{ 'user.organization.label.siren'|trans }} | {{ object.siren|number_format(0, '.', ' ') }} |
| {{ 'user.organization.label.finess_geo'|trans }} | {{ object.finessGeo }} |
| {{ 'user.organization.label.active'|trans }} | {% if object.active %} {{ 'global.label.active'|trans }} {% else %} {{ 'global.label.inactive'|trans }} {% endif %} |
| {{ 'user.organization.label.website'|trans }} | {{ object.website }} |
| {{ 'user.organization.label.registre_public'|trans }} | Accéder au registre public |
| {{ 'user.organization.label.nbr_agents'|trans }} | {{ object.nbrAgents }} |
| {{ 'user.organization.label.population'|trans }} | {{ object.population }} |
| {{ 'user.organization.label.other_information'|trans }} | {{ object.informationsComplementaires|nl2br }} |
| {{ 'global.label.address.line_one'|trans }} | {{ object.address.lineOne }} |
| {{ 'global.label.address.line_two'|trans }} | {{ object.address.lineTwo }} |
| {{ 'global.label.address.zip_code'|trans }} | {{ object.address.zipCode }} |
| {{ 'global.label.address.city'|trans }} | {{ object.address.city }} |
| {{ 'global.label.address.insee'|trans }} | {{ object.address.insee }} |
| {{ 'user.organization.label.has_module_tools'|trans }} | {% if object.hasModuleTools %} {{ 'global.label.yes'|trans }} {% else %} {{ 'global.label.no'|trans }} {% endif %} |
| {{ 'user.organization.label.has_module_conformite_traitement'|trans }} | {% if object.hasModuleConformiteTraitement %} {{ 'global.label.yes'|trans }} {% else %} {{ 'global.label.no'|trans }} {% endif %} |
| {{ 'user.organization.label.has_module_conformite_organisation'|trans }} | {% if object.hasModuleConformiteOrganisation %} {{ 'global.label.yes'|trans }} {% else %} {{ 'global.label.no'|trans }} {% endif %} |
| {{ 'user.organization.label.has_module_services'|trans }} | {% if object.isServicesEnabled %} {{ 'global.label.yes'|trans }} {% else %} {{ 'global.label.no'|trans }} {% endif %} |
| {{ 'user.organization.label.service_name'|trans }} | {{ 'user.organization.label.service_number_users'|trans }} |
|---|---|
| {{ service.name }} | {{ service.users|length }} |
| {{ 'user.organization.label.document_name'|trans }} | {{ object.reviewData.documentName }} |
| {{ 'user.organization.label.logo'|trans }} |
{% if object.reviewData.logo %}
|
| {{ 'user.organization.label.show_collectivity_logo'|trans }} | {% if object.reviewData.isShowCollectivityLogoFooter %} {{ 'global.label.yes'|trans }} {% else %} {{ 'global.label.no'|trans }} {% endif %} |
| {{ 'user.organization.label.show_dpd_logo'|trans }} | {% if object.reviewData.isShowDPDLogoFooter %} {{ 'global.label.yes'|trans }} {% else %} {{ 'global.label.no'|trans }} {% endif %} |
| {{ 'user.organization.label.sections'|trans }} |
|
| {{ 'user.organization.label.management_commitment'|trans }} | {{ object.reportingBlockManagementCommitment|raw }} |
| {{ 'user.organization.label.continuous_improvement'|trans }} | {{ object.reportingBlockContinuousImprovement|raw }} |
| {{ 'global.label.contact.civility'|trans }} | {% if object.legalManager.civility is not null %} {{ object.legalManager.civility|dictionary('user_contact_civility') }} {% endif %} |
| {{ 'global.label.contact.first_name'|trans }} | {{ object.legalManager.firstName }} |
| {{ 'global.label.contact.last_name'|trans }} | {{ object.legalManager.lastName }} |
| {{ 'global.label.contact.job'|trans }} | {{ object.legalManager.job }} |
| {{ 'global.label.contact.email'|trans }} | {{ object.legalManager.mail }} |
| {{ 'global.label.contact.phone_number'|trans }} | {{ object.legalManager.phoneNumber }} |
| {{ 'user.organization.label.nbr_cnil'|trans }} | {{ object.nbrCnil }} | |
| {{ 'user.organization.label.different_dpo'|trans }} | {% if object.differentDpo %} {{ 'global.label.yes'|trans }} {% else %} {{ 'global.label.no'|trans }} {% endif %} | |
| {{ 'global.label.contact.civility'|trans }} | {% if object.differentDpo %} {{ object.dpo.civility|dictionary('user_contact_civility') }} {% else %} {{ default_dpo_civility|dictionary('user_contact_civility') }} {% endif %} | |
| {{ 'global.label.contact.first_name'|trans }} | {% if object.differentDpo %}{{ object.dpo.firstName }} | {% else %}{{ default_dpo_firstName }} | {% endif %}
| {{ 'global.label.contact.last_name'|trans }} | {% if object.differentDpo %}{{ object.dpo.lastName }} | {% else %}{{ default_dpo_lastName }} | {% endif %}
| {{ 'global.label.contact.job'|trans }} | {% if object.differentDpo %}{{ object.dpo.job }} | {% else %}{{ default_dpo_job }} | {% endif %}
| {{ 'global.label.contact.email'|trans }} | {% if object.differentDpo %}{{ object.dpo.mail }} | {% else %}{{ default_dpo_mail }} | {% endif %}
| {{ 'global.label.contact.phone_number'|trans }} | {% if object.differentDpo %}{{ object.dpo.phoneNumber }} | {% else %}{{ default_dpo_phoneNumber }} | {% endif %}
| {{ 'global.label.contact.civility'|trans }} | {% if object.referent.civility is not null %} {{ object.referent.civility|dictionary('user_contact_civility') }} {% endif %} |
| {{ 'global.label.contact.first_name'|trans }} | {{ object.referent.firstName }} |
| {{ 'global.label.contact.last_name'|trans }} | {{ object.referent.lastName }} |
| {{ 'global.label.contact.job'|trans }} | {{ object.referent.job }} |
| {{ 'global.label.contact.email'|trans }} | {{ object.referent.mail }} |
| {{ 'global.label.contact.phone_number'|trans }} | {{ object.referent.phoneNumber }} |
| {{ 'user.organization.label.different_it_manager'|trans }} | {% if object.differentItManager %} {{ 'global.label.yes'|trans }} {% else %} {{ 'global.label.no'|trans }} {% endif %} |
| {{ 'global.label.contact.civility'|trans }} | {% if object.itManager.civility is not null %} {{ object.itManager.civility|dictionary('user_contact_civility') }} {% endif %} |
| {{ 'global.label.contact.first_name'|trans }} | {{ object.itManager.firstName }} |
| {{ 'global.label.contact.last_name'|trans }} | {{ object.itManager.lastName }} |
| {{ 'global.label.contact.job'|trans }} | {{ object.itManager.job }} |
| {{ 'global.label.contact.email'|trans }} | {{ object.itManager.mail }} |
| {{ 'global.label.contact.phone_number'|trans }} | {{ object.itManager.phoneNumber }} |
| {{ 'global.label.contact.civility'|trans }} | {{ 'global.label.contact.first_name'|trans }} | {{ 'global.label.contact.last_name'|trans }} | {{ 'global.label.contact.job'|trans }} | {{ 'global.label.contact.email'|trans }} | {{ 'global.label.contact.phone_number'|trans }} |
|---|---|---|---|---|---|
| {{ contact.contact.civility|dictionary('user_contact_civility') }} | {{ contact.contact.firstName }} | {{ contact.contact.lastName }} | {{ contact.contact.job }} | {{ contact.contact.mail }} | {{ contact.contact.phoneNumber }} |
| {{ 'global.label.contact.first_name'|trans }} | {{ 'global.label.contact.last_name'|trans }} | {{ 'global.label.contact.email'|trans }} | {{ 'global.label.active'|trans }} |
|---|---|---|---|
| {{ user.firstName }} | {{ user.lastName }} | {{ user.email }} | {% if user.enabled %} {{ 'global.label.active'|trans }} {% else %} {{ 'global.label.inactive'|trans }} {% endif %} |
| {{ 'global.label.created_at'|trans }} | {{ object.createdAt|date('d/m/Y H:i') }} |
| {{ 'global.label.updated_at'|trans }} | {{ object.updatedAt|date('d/m/Y H:i') }} |
| {{ 'global.label.updated_by'|trans }} | {{ object.updatedBy }} |