%fieldset %legend.fr-h5{ legend_params }= @champ.libelle - if @champ.description.present? .notice{ notice_params }= render SimpleFormatComponent.new(@champ.description, allow_a: true) .repetition{ id: dom_id(@champ, :rows) } - @champ.row_ids.each do |row_id| = render EditableChamp::RepetitionRowComponent.new(form: @form, champ: @champ, row_id:, seen_at: @seen_at) .actions = render NestedForms::OwnedButtonComponent.new(formaction: champs_repetition_path(@champ.id), http_method: :create, opt: { class: "fr-btn fr-btn--secondary fr-btn--icon-left fr-icon-add-circle-line fr-mb-3w", title: t(".add_title", libelle: @champ.libelle), id: dom_id(@champ, :create_repetition)}) do = t(".add", libelle: @champ.libelle)