2023-04-27 16:23:16 +02:00
|
|
|
%footer.fr-footer.footer-procedure#footer{ role: "contentinfo" }
|
2023-08-14 17:43:35 +02:00
|
|
|
- service = dossier&.service || procedure.service
|
2023-04-27 16:23:16 +02:00
|
|
|
.fr-footer__top.fr-mb-0
|
2022-09-08 15:47:05 +02:00
|
|
|
.fr-container
|
|
|
|
.fr-grid-row.fr-grid-row--start.fr-grid-row--gutters
|
|
|
|
.fr-col-12.fr-col-sm-4.fr-col-md-4
|
2023-04-27 11:24:15 +02:00
|
|
|
- if service.present?
|
|
|
|
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.managed_by.header')
|
2023-04-27 16:23:16 +02:00
|
|
|
.fr-footer__top-link.fr-pb-2w
|
2023-09-27 12:09:00 +02:00
|
|
|
%span{ lang: :fr }= service.pretty_nom
|
2023-04-27 11:24:15 +02:00
|
|
|
%div{ lang: :fr }
|
|
|
|
= render SimpleFormatComponent.new(service.adresse, class_names_map: {paragraph: 'fr-footer__content-desc'})
|
2022-09-08 15:47:05 +02:00
|
|
|
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.contact.header')
|
|
|
|
%ul.fr-footer__top-list
|
|
|
|
- if dossier.present? && dossier.messagerie_available?
|
2021-06-02 12:47:53 +02:00
|
|
|
%li
|
2022-09-08 15:47:05 +02:00
|
|
|
= link_to I18n.t('users.procedure_footer.contact.in_app_mail.link'), messagerie_dossier_path(dossier), class: 'fr-footer__top-link'
|
|
|
|
- elsif service.present?
|
2022-05-30 16:50:45 +02:00
|
|
|
%li
|
2023-04-27 16:23:16 +02:00
|
|
|
%span.fr-footer__top-link
|
|
|
|
= I18n.t('users.procedure_footer.contact.email.link')
|
|
|
|
= link_to service.email, "mailto:#{service.email}", class: "fr-footer__top-link"
|
|
|
|
|
2023-09-04 10:20:52 +02:00
|
|
|
- if service.present?
|
2023-02-22 11:00:32 +01:00
|
|
|
- if service.telephone.present? || service.horaires.present?
|
|
|
|
%li
|
|
|
|
- horaires = "#{I18n.t('users.procedure_footer.contact.schedule.prefix')}#{formatted_horaires(service.horaires)}"
|
|
|
|
- if service.telephone.present?
|
|
|
|
= link_to service.telephone_url, class: 'fr-footer__top-link' do
|
|
|
|
%p
|
|
|
|
= I18n.t('users.procedure_footer.contact.phone.link', service_telephone: service.telephone)
|
2023-02-22 11:19:24 +01:00
|
|
|
- if service.horaires.present?
|
|
|
|
%p
|
|
|
|
= horaires
|
2022-09-08 15:47:05 +02:00
|
|
|
|
|
|
|
- politiques = politiques_conservation_de_donnees(procedure)
|
|
|
|
- if politiques.present?
|
|
|
|
.fr-col-12.fr-col-sm-4.fr-col-md-4
|
|
|
|
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.legals.header')
|
|
|
|
%ul.fr-footer__top-list
|
|
|
|
- politiques.each do |politique|
|
|
|
|
%li
|
2023-03-30 23:07:33 +02:00
|
|
|
= link_to t("users.procedure_footer.legals.data_retention_url"), class: "fr-footer__top-link", title: new_tab_suffix(t("users.procedure_footer.legals.data_retention_title")), **external_link_attributes do
|
2022-09-08 15:47:05 +02:00
|
|
|
= politique
|
|
|
|
- if procedure.deliberation.attached?
|
2022-04-22 16:05:51 +02:00
|
|
|
%li
|
2022-09-08 15:47:05 +02:00
|
|
|
= link_to url_for(procedure.deliberation), rel: 'noopener', class: 'fr-footer__top-link' do
|
|
|
|
= I18n.t("users.procedure_footer.legals.terms")
|
|
|
|
- else
|
|
|
|
%li
|
|
|
|
= link_to I18n.t("users.procedure_footer.legals.terms"), procedure.cadre_juridique, rel: 'noopener', class: 'fr-footer__top-link'
|
2022-04-25 17:38:30 +02:00
|
|
|
|
2022-09-08 15:47:05 +02:00
|
|
|
- if procedure.lien_dpo.present?
|
2022-04-25 17:38:30 +02:00
|
|
|
%li
|
2022-09-08 15:47:05 +02:00
|
|
|
= link_to url_or_email_to_lien_dpo(procedure), rel: 'noopener', class: 'fr-footer__top-link' do
|
|
|
|
= I18n.t("users.procedure_footer.legals.dpo")
|
2023-04-27 16:23:16 +02:00
|
|
|
%li
|
|
|
|
= link_to I18n.t('users.procedure_footer.contact.stats.link'), statistiques_path(procedure.path), class: 'fr-footer__top-link', rel: 'noopener'
|
2022-09-08 15:47:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
.fr-col-12.fr-col-sm-4.fr-col-md-4
|
2024-03-14 10:37:05 +01:00
|
|
|
- unless procedure.close?
|
|
|
|
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.dematerialisation.header')
|
|
|
|
.fr-download
|
|
|
|
%p
|
|
|
|
= link_to I18n.t('users.procedure_footer.dematerialisation.title_1'), commencer_dossier_vide_for_revision_path(procedure.active_revision), class: 'fr-footer__top-link fr-download__link'
|
2023-04-27 16:23:16 +02:00
|
|
|
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.support.header')
|
|
|
|
.fr-footer__brand.fr-enlarge-link
|
|
|
|
= link_to t("users.procedure_footer.dematerialisation.link"), title: t("users.procedure_footer.dematerialisation.alt"), class: "fr-footer__brand-link" do
|
|
|
|
= image_tag("footer/logo-france-services.svg", class: "fr-footer__logo logo-france-service-fr", alt: t("users.procedure_footer.dematerialisation.alt"))
|
2022-09-08 15:47:05 +02:00
|
|
|
|
2023-04-27 16:23:16 +02:00
|
|
|
.fr-footer__bottom.fr-mt-0
|
|
|
|
.fr-container
|
2023-12-11 15:44:15 +01:00
|
|
|
= render partial: 'application/general_footer_row', locals: { dossier: dossier }
|
2022-10-03 13:43:29 +02:00
|
|
|
= render partial: 'shared/footer_copy'
|