- calendrier_base = Fourniture::Calendrier::Struct::CalendrierFournisseur.from_key(:classic_base)
- calendrier_flexiwatt_nuit_weekend = Fourniture::Calendrier::Struct::CalendrierFournisseur.from_key(:flexiwatt_nuit_weekend)
- calendrier_classic_4cadrans = Fourniture::Calendrier::Struct::CalendrierFournisseur.from_key(:classic_4cadrans)
- available_calendars = [{ calendrier_fournisseur: calendrier_base, coopener_calendar_name: "Base" },
{ calendrier_fournisseur: calendrier_flexiwatt_nuit_weekend, coopener_calendar_name: "Flexiwatt nuit & we" },
{ calendrier_fournisseur: calendrier_classic_4cadrans, coopener_calendar_name: "HP/HC 2 saisons" }]
= render FullOfferOptionsComponent.new(available_calendars: available_calendars, pricing_document_path: "#")