2019-03-13 17:37:07 +01:00
|
|
|
- content_for(:title, "Notifications pour #{@procedure.libelle}")
|
|
|
|
|
2021-11-25 16:26:55 +01:00
|
|
|
= render partial: 'administrateurs/breadcrumbs',
|
2022-09-09 13:08:24 +02:00
|
|
|
locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)],
|
2022-08-17 13:53:07 +02:00
|
|
|
['Notifications']] }
|
2019-03-13 17:37:07 +01:00
|
|
|
|
2024-03-20 15:37:10 +01:00
|
|
|
.fr-container
|
|
|
|
%h1.fr-h3
|
2022-04-21 10:20:14 +02:00
|
|
|
= t('.title')
|
2019-03-13 17:37:07 +01:00
|
|
|
|
2019-08-06 11:02:54 +02:00
|
|
|
= form_for @assign_to, url: update_email_notifications_instructeur_procedure_path(@procedure), html: { class: 'form' } do |form|
|
2023-11-15 17:58:26 +01:00
|
|
|
= render Dsfr::AlertComponent.new(state: :info, size: :sm, extra_class_names: 'fr-mb-2w') do |c|
|
2024-01-08 11:22:38 +01:00
|
|
|
- c.with_body do
|
2023-11-15 17:58:26 +01:00
|
|
|
%p
|
|
|
|
= t('.subtitle')
|
2019-04-04 12:06:28 +02:00
|
|
|
|
2024-03-20 15:37:10 +01:00
|
|
|
%fieldset.fr-fieldset
|
|
|
|
%legend.fr-fieldset__legend
|
|
|
|
= t(".for_each_file_submitted.title")
|
|
|
|
%span.fr-hint-text= t('.for_each_file_submitted.notice_1')
|
|
|
|
%span.fr-hint-text= t('.for_each_file_submitted.notice_2')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :instant_email_dossier_notifications_enabled, true, id: 'instant_email_dossier_notifications_true'
|
|
|
|
%label.fr-label{ for: 'instant_email_dossier_notifications_true' }
|
|
|
|
= t('.utils.positive')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :instant_email_dossier_notifications_enabled, false, id: 'instant_email_dossier_notifications_false'
|
|
|
|
%label.fr-label{ for: 'instant_email_dossier_notifications_false' }
|
|
|
|
= t('.utils.negative')
|
|
|
|
|
|
|
|
|
|
|
|
%fieldset.fr-fieldset
|
|
|
|
%legend.fr-fieldset__legend
|
|
|
|
= t(".for_each_message_submitted.title")
|
|
|
|
%span.fr-hint-text= t('.for_each_message_submitted.notice_1')
|
|
|
|
%span.fr-hint-text= t('.for_each_message_submitted.notice_2')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :instant_email_message_notifications_enabled, true, id: 'instant_email_message_notifications_true'
|
|
|
|
%label.fr-label{ for: 'instant_email_message_notifications_true' }
|
|
|
|
= t('.utils.positive')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :instant_email_message_notifications_enabled, false, id: 'instant_email_message_notifications_false'
|
|
|
|
%label.fr-label{ for: 'instant_email_message_notifications_false' }
|
|
|
|
= t('.utils.negative')
|
|
|
|
|
|
|
|
|
|
|
|
%fieldset.fr-fieldset
|
|
|
|
%legend.fr-fieldset__legend
|
|
|
|
= t(".daily_notifications.title")
|
|
|
|
%span.fr-hint-text= t('.daily_notifications.notice_1')
|
|
|
|
%span.fr-hint-text= t('.daily_notifications.notice_2')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :daily_email_notifications_enabled, true, id: 'daily_email_notifications_true'
|
|
|
|
%label.fr-label{ for: 'daily_email_notifications_true' }
|
|
|
|
= t('.utils.positive')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :daily_email_notifications_enabled, false, id: 'daily_email_notifications_false'
|
|
|
|
%label.fr-label{ for: 'daily_email_notifications_false' }
|
|
|
|
= t('.utils.negative')
|
|
|
|
|
|
|
|
%fieldset.fr-fieldset
|
|
|
|
%legend.fr-fieldset__legend
|
|
|
|
= t(".hebdo_recap.title")
|
|
|
|
%span.fr-hint-text= t('.hebdo_recap.notice_1')
|
|
|
|
%span.fr-hint-text= t('.hebdo_recap.notice_2')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :weekly_email_notifications_enabled, true, id: 'weekly_email_notifications_true'
|
|
|
|
%label.fr-label{ for: 'weekly_email_notifications_true' }
|
|
|
|
= t('.utils.positive')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :weekly_email_notifications_enabled, false, id: 'weekly_email_notifications_false'
|
|
|
|
%label.fr-label{ for: 'weekly_email_notifications_false' }
|
|
|
|
= t('.utils.negative')
|
|
|
|
|
|
|
|
|
|
|
|
%fieldset.fr-fieldset
|
|
|
|
%legend.fr-fieldset__legend
|
|
|
|
= t(".avis_notifications.title")
|
|
|
|
%span.fr-hint-text= t('.avis_notifications.notice_1')
|
|
|
|
%span.fr-hint-text= t('.avis_notifications.notice_2')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :instant_expert_avis_email_notifications_enabled, true, id: 'instant_expert_avis_email_notifications_true'
|
|
|
|
%label.fr-label{ for: 'instant_expert_avis_email_notifications_true' }
|
|
|
|
= t('.utils.positive')
|
|
|
|
.fr-fieldset__element.fr-fieldset__element--inline
|
|
|
|
.fr-radio-group
|
|
|
|
= form.radio_button :instant_expert_avis_email_notifications_enabled, false, id: 'instant_expert_avis_email_notifications_false'
|
|
|
|
%label.fr-label{ for: 'instant_expert_avis_email_notifications_false' }
|
|
|
|
= t('.utils.negative')
|
|
|
|
|
|
|
|
|
|
|
|
%ul.fr-btns-group.fr-btns-group--inline
|
|
|
|
%li= form.submit t('.buttons.save'), class: "fr-btn"
|
|
|
|
%li= link_to t('.buttons.back_to_procedure'), instructeur_procedure_path(@procedure), class: 'fr-btn fr-btn--secondary fr-mr-2w'
|