name: PARCOURSMOB
menu_items:
  - name: dashboard
    title: Tableau de bord
    link: /app/
    icon: hero:outline/home
  - name: beneficiaries
    title: Bénéficiaires
    link: /app/beneficiaries/
    icon: hero:outline/user-group
  - name: journeys
    title: Déplacements
    link: /app/journeys/
    icon: hero:outline/map
  - name: solidarity_transport
    title: Transport solidaire
    link: /app/solidarity-transport/
    icon: tabler-icons:car
  - name: organized_carpool
    title: Covoiturage solidaire
    link: /app/organized-carpool/
    icon: tabler-icons:car
  - name: vehicles
    title: Véhicules partagés
    link: /app/vehicles/
    icon: tabler-icons:car
  - name: vehicles_management
    title: Gestion des véhicules
    link: /app/vehicles-management/
    icon: hero:outline/briefcase
  - name: agenda
    title: Agenda dispositifs
    link: /app/agenda/
    icon: hero:outline/calendar
  # - name: directory
  #   title: Répertoire solutions
  #   link: /app/directory/
  #   icon: hero:outline/document-text
  - name: support
    title: Support
    link: /app/support/
    icon: hero:outline/support
journey_tabs:
  - name: all
    title: Tous modes
    enabled: true
  - name: public-transit
    title: Transports
    enabled: true
  - name: directory
    title: Solutions locales
    module: directory
  - name: carpool
    title: Covoiturage
    enabled: true
  - name: organized-carpool
    title: Covoiturage solidaire
    module: organized_carpool
  - name: solidarity-transport
    title: Transport solidaire
    module: solidarity_transport
  - name: vehicles
    title: Véhicules
    module: vehicles
  # - name: others
  #   title: Autres
  #   enabled: true
views:
  generic:
    files:
      - web/layouts/layout.html
      - web/layouts/_partials/mainmenu.html
  dashboard:
    files:
      - web/layouts/dashboard/_partials/agenda-widget.html
      - web/layouts/dashboard/_partials/beneficiaries-widget.html
      - web/layouts/dashboard/_partials/bookings-widget.html
      - web/layouts/dashboard/_partials/drivers-map-widget.html
      - web/layouts/dashboard/dashboard.html
  beneficiaries:
    list:
      files:
        - web/layouts/beneficiaries/list.html
    create:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/beneficiaries/create.html
    display:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/vehicles_management/_partials/vehicle-type-select.html
        - web/layouts/beneficiaries/_partials/beneficiary-vehicles.html
        - web/layouts/beneficiaries/_partials/beneficiary-notes.html
        - web/layouts/beneficiaries/_partials/beneficiary-journeys.html
        - web/layouts/beneficiaries/_partials/beneficiary-events.html
        - web/layouts/beneficiaries/_partials/beneficiary-files.html
        - web/layouts/beneficiaries/_partials/beneficiary-organizations.html
        - web/layouts/beneficiaries/_partials/beneficiary-wallet.html
        - web/layouts/beneficiaries/_partials/beneficiary-solidarity-transport.html
        - web/layouts/beneficiaries/_partials/beneficiary-organized-carpool.html
        - web/layouts/beneficiaries/display.html
    update:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/agenda/_partials/address.html
        - web/layouts/beneficiaries/update.html
  members:
    display:
      files:
        - web/layouts/members/display.html
    update:
      files:
        - web/layouts/members/update.html
    list:
      files:
        - web/layouts/members/membersList.html
  group:
    settings:
      files:
        - web/layouts/administration/_partials/groups_admins.html
        - web/layouts/administration/_partials/group_members.html
        - web/layouts/group/settings.html
  vehicles:
    search:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/vehicles_management/_partials/vehicle-type-select.html
        - web/layouts/vehicles/search.html
    booking_display:
      files:
        - web/layouts/vehicles/booking-display.html
    bookings_list:
      files:
        - web/layouts/vehicles_management/_partials/bookings-list.html
        - web/layouts/vehicles/bookings-list.html
  vehicles_management:
    overview:
      files:
        - web/layouts/vehicles_management/_partials/bookings-list.html
        - web/layouts/vehicles_management/_partials/vehicles-list.html
        - web/layouts/vehicles_management/overview.html
    bookings_list:
      files:
        - web/layouts/vehicles_management/_partials/booking_filters.html
        - web/layouts/vehicles_management/_partials/bookings-list.html
        - web/layouts/vehicles_management/bookings-list.html
    fleet_add:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/vehicles_management/_partials/vehicle-type-select.html
        - web/layouts/vehicles_management/fleet-add.html
    fleet_display:
      files:
        - web/layouts/vehicles_management/_partials/calendar.html
        - web/layouts/vehicles_management/fleet-display.html
    fleet_update:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/agenda/_partials/address.html
        - web/layouts/vehicles_management/_partials/vehicle-type-select.html
        - web/layouts/vehicles_management/fleet-update.html
    booking_display:
      files:
        - web/layouts/vehicles_management/booking-display.html
    delete_booking:
      files:
        - web/layouts/vehicles_management/delete-booking.html
  agenda:
    list:
      files:
        - web/layouts/agenda/home.html
    history:
      files:
        - web/layouts/agenda/history.html
    display_event:
      files:
        - web/layouts/agenda/_partials/subscribers-table.html
        - web/layouts/agenda/display-event.html
        - web/layouts/agenda/_partials/event-files.html
    create_event:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/agenda/create-event.html
        - web/layouts/agenda/_partials/event-files.html
    delete_subscriber:
      files:
        - web/layouts/agenda/delete-subscriber.html
    history_event:
      files:
        - web/layouts/agenda/history-event.html
    update:
      files:
        - web/layouts/agenda/_partials/address.html
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/agenda/updateEvent.html
    delete:
      files:
        - web/layouts/agenda/delete-event.html
  directory:
    home:
      files:
        - web/layouts/directory/home.html
  journeys:
    search:
      files:
        - web/layouts/_partials/orb_address_autocomplete.html
        - web/layouts/journeys/_partials/journeys-all.html
        - web/layouts/journeys/_partials/journeys-others.html
        - web/layouts/journeys/_partials/journeys-vehicles.html
        - web/layouts/journeys/_partials/journeys-local-solutions.html
        - web/layouts/journeys/_partials/journeys-carpool.html
        - web/layouts/journeys/_partials/journeys-public-transit-transitous.html
        - web/layouts/journeys/_partials/journeys-solidarity-transport.html
        - web/layouts/journeys/_partials/journeys-organized-carpools.html
        - web/layouts/journeys/_partials/saved-searches.html
        - web/layouts/journeys/search.html
    search_compact:
      files:
        - web/layouts/_partials/orb_address_autocomplete.html
        - web/layouts/journeys/search-compact.html
    list:
      files:
        - web/layouts/journeys/group_management.html
    create:
      files:
        - web/layouts/journeys/create_groups.html
        - web/layouts/_partials/address_autocomplete.html
    display:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/journeys/display_groups.html
        - web/layouts/journeys/_partials/map.html
    update:
      files:
        - web/layouts/journeys/update_groups.html
  support:
    request:
      files:
        - web/layouts/support/support.html
  group_module:
    home:
      files:
        - web/layouts/group_module/home.html
    create_group:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/group_module/create_group.html
    display_group:
      files:
        - web/layouts/group_module/display_group.html
  solidarity_transport:
    overview:
      files:
        - web/layouts/solidarity_transport/_partials/drivers_list.html
        - web/layouts/solidarity_transport/_partials/booking_filters.html
        - web/layouts/solidarity_transport/_partials/bookings_list.html
        - web/layouts/solidarity_transport/_partials/bookings_history.html
        - web/layouts/solidarity_transport/overview.html
    driver_create:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/solidarity_transport/driver_create.html
    driver_update:
      files:
        - web/layouts/agenda/_partials/address.html
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/solidarity_transport/driver_update.html
    driver_display:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/solidarity_transport/_partials/driver_availabilities.html
        - web/layouts/solidarity_transport/_partials/driver_history.html
        - web/layouts/solidarity_transport/_partials/driver_documents.html
        - web/layouts/solidarity_transport/_partials/driver_wallet.html
        - web/layouts/solidarity_transport/driver_display.html
    driver_journey:
      files:
        - web/layouts/solidarity_transport/_partials/journey_map.html
        - sms/solidarity_transport/request_driver.tmpl
        - web/layouts/_partials/submit_with_sms.html
        - web/layouts/solidarity_transport/_partials/journey_preview.html
        - web/layouts/solidarity_transport/driver_journey.html
    booking_display:
      files:
        - sms/solidarity_transport/request_driver.tmpl
        - web/layouts/solidarity_transport/_partials/journey_map.html
        - web/layouts/solidarity_transport/_partials/journey_preview.html
        - web/layouts/solidarity_transport/booking_display.html
    ext:
      booking_proposal:
        files:
          - sms/solidarity_transport/driver_accept.tmpl
          - web/layouts/_partials/submit_with_sms.html
          - web/layouts/solidarity_transport/_partials/journey_map.html
          - web/layouts/solidarity_transport/_partials/journey_preview.html
          - web/layouts/solidarity_transport/ext/booking_proposal.html
  organized_carpool:
    overview:
      files:
        - web/layouts/organized_carpool/_partials/booking_filters.html
        - web/layouts/organized_carpool/_partials/drivers_list.html
        - web/layouts/organized_carpool/_partials/bookings_list.html
        - web/layouts/organized_carpool/_partials/bookings_history.html
        - web/layouts/organized_carpool/overview.html
    driver_create:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/organized_carpool/driver_create.html
    driver_update:
      files:
        - web/layouts/agenda/_partials/address.html
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/organized_carpool/driver_update.html
    driver_display:
      files:
        - web/layouts/_partials/address_autocomplete.html
        - web/layouts/organized_carpool/_partials/driver_availabilities.html
        - web/layouts/organized_carpool/_partials/driver_documents.html
        - web/layouts/organized_carpool/_partials/driver_wallet.html
        - web/layouts/organized_carpool/_partials/driver_history.html
        - web/layouts/organized_carpool/driver_display.html
    journey:
      files:
        - sms/organized_carpool/request_driver.tmpl
        - web/layouts/_partials/submit_with_sms.html
        - web/layouts/organized_carpool/_partials/journey_preview.html
        - web/layouts/organized_carpool/journey.html
    booking_display:
      files:
        - web/layouts/organized_carpool/_partials/booking_map.html
        - web/layouts/organized_carpool/booking_display.html
  administration:
    home:
      files:
        - web/layouts/administration/home.html
    create_group:
      files:
        - web/layouts/administration/create_group.html
    display_group:
      files:
        - web/layouts/administration/_partials/groups_admins.html
        - web/layouts/administration/_partials/group_members.html
        - web/layouts/administration/display_group.html
    beneficaires_list:
      files:
        - web/layouts/administration/beneficaires_stats.html
    events_list:
      files:
        - web/layouts/administration/events_stats.html
    vehicles_list:
      files:
        - web/layouts/administration/vehicles_stats.html
    bookings_list:
      files:
        - web/layouts/vehicles_management/_partials/booking_filters.html
        - web/layouts/administration/_partials/bookings_list.html
        - web/layouts/administration/bookings_stats.html
    settings:
      files:
        - web/layouts/administration/_partials/groups_admins.html
        - web/layouts/administration/_partials/group_members.html
        - web/layouts/group/settings.html
  auth:
    groups:
      files:
        - web/layouts/auth/groups.html
    lost_password:
      init:
        files:
          - web/layouts/auth/lost-password-init.html
      recover:
        form:
          files:
            - web/layouts/auth/lost-password-recover.html
        ko:
          files:
            - web/layouts/auth/lost-password-recover-ko.html
    onboarding:
      form:
        files:
          - web/layouts/auth/onboarding.html
      ko:
        files:
          - web/layouts/auth/onboarding-ko.html
icons:
  svg:
    coopgo:parcoursmob/monogram: 
    hero:outline/archive-box: 
    hero:outline/archive-box-x-mark: 
    hero:outline/arrow-long-right: 
    hero:outline/arrow-path-rounded-square: 
    hero:outline/briefcase: 
    hero:outline/support: 
    hero:outline/group_module: 
    hero:outline/calendar: 
    hero:outline/chevron-right: 
    hero:outline/cog: 
    hero:outline/document-arrow-down: 
    hero:outline/document-text: 
    hero:outline/folder-plus: 
    hero:outline/home: 
    hero:outline/information-circle: 
    hero:outline/map: 
    hero:outline/office-building: 
    hero:outline/paper-airplane: 
    hero:outline/paper-clip: 
    hero:outline/plus-circle: 
    hero:outline/shield-check: 
    hero:outline/table-cells: 
    hero:outline/user-group: 
    hero:outline/x: 
    hero:solid/chevron-right: 
    hero:solid/question-mark-icon: 
    hero:solid/search: 
    hero:solid/selector: 
    img:profile-picture-placeholder: 
    tabler-icons:car: 
    tabler-icons:walk: 
    tabler-icons:bus: 
    tabler-icons:train: 
    hero:outline/map-pin: 
    hero:outline/flag: 
emails:
  onboarding:
    new_administrator:
      subject: PARCOURSMOB - Vous avez été invité comme administrateur
      files:
        - emails/layout.html
        - emails/onboarding/new-administrator.html
    existing_administrator:
      subject: PARCOURSMOB - Vous avez été invité comme administrateur
      files:
        - emails/layout.html
        - emails/onboarding/existing-administrator.html
    new_member:
      subject: PARCOURSMOB - Vous avez été invité à rejoindre une organisation
      files:
        - emails/layout.html
        - emails/onboarding/new-member.html
    existing_member:
      subject: PARCOURSMOB - Vous avez été invité à rejoindre une organisation
      files:
        - emails/layout.html
        - emails/onboarding/existing-member.html
  auth:
    retrieve_password:
      subject: PAROURSMOB - Réinitialisez votre mot de passe
      files:
        - emails/layout.html
        - emails/auth/retrieve-password.html
  fleets:
    bookings:
      creation_admin_alert:
        subject: PARCOURSMOB - Nouvelle réservation de véhicule
        files:
          - emails/layout.html
          - emails/fleets/bookings/creation-admin-alert.html
  support:
    request:
      subject: PARCOURMOB - Demande de support
      files:
        - emails/layout.html
        - emails/onboarding/support_emailing.html
  delete_subscriber:
    request:
      subject: PARCOURSMOB - Un bénéficiaire a été retiré d'un dispositif
      files:
        - emails/layout.html
        - emails/onboarding/delete-subscriber.html
  solidarity_transport:
    booking_driver_accept:
      subject: Trajet accepté par un conducteur
      files:
        - emails/layout.html
        - emails/solidarity_transport/booking_driver_accept.html
    booking_driver_decline:
      subject: Trajet refusé par un conducteur
      files:
        - emails/layout.html
        - emails/solidarity_transport/booking_driver_decline.html
sms:
  solidarity_transport:
    request_driver:
      - sms/solidarity_transport/request_driver.tmpl
  organized_carpool:
    request_driver:
      - sms/organized_carpool/request_driver.tmpl