10 lines
554 B
Text
10 lines
554 B
Text
.container.dossier-edit
|
|
- if dossier.has_annotations?
|
|
%section.counter-start-header-section
|
|
= render NestedForms::FormOwnerComponent.new
|
|
= form_for dossier, url: annotations_instructeur_dossier_path(dossier.procedure, dossier), html: { class: 'form', multipart: true } do |f|
|
|
= render EditableChamp::SectionComponent.new(dossier:, types_de_champ: dossier.revision.types_de_champ_private)
|
|
|
|
= render Dossiers::EditFooterComponent.new(dossier: dossier, annotation: true)
|
|
- else
|
|
%h2.empty-text Aucune annotation privée
|