demarches-normaliennes/app/views/instructeurs/export_templates/edit.html.haml
Christophe Robillard ffd1a15d91
add, edit and destroy export template with exported_columns
Co-authored-by: mfo <mfo@users.noreply.github.com>
Co-authored-by: LeSim <mail@simon.lehericey.net>
2024-11-14 14:45:40 +01:00

10 lines
526 B
Text

= render partial: 'administrateurs/breadcrumbs',
locals: { steps: [[@procedure.libelle.truncate_words(10), instructeur_procedure_path(@procedure)],
[t('.title')]] }
.fr-container
%h1 Mise à jour modèle d'export
- if @export_template.tabular?
= render partial: 'form_tabular', locals: { export_template: @export_template, groupe_instructeurs: @groupe_instructeurs }
- else
= render partial: 'form', locals: { export_template: @export_template, groupe_instructeurs: @groupe_instructeurs }