+rapsys_air_organizer_regulation:
+ path:
+ en_gb: '/en/organizer-regulation'
+ fr_fr: '/reglement-organisateur'
+ controller: Rapsys\AirBundle\Controller\DefaultController::organizerRegulation
+ methods: GET
+
+rapsys_air_terms_of_service:
+ path:
+ en_gb: '/en/terms-of-service'
+ fr_fr: '/conditions-generales-d-utilisation'
+ controller: Rapsys\AirBundle\Controller\DefaultController::termsOfService
+ methods: GET
+
+rapsys_air_dispute:
+ path:
+ en_gb: '/en/dispute'
+ fr_fr: '/contestation'
+ controller: Rapsys\AirBundle\Controller\DefaultController::dispute
+ methods: GET|POST
+
+rapsys_air_location:
+ path:
+ en_gb: '/en/location'
+ fr_fr: '/emplacement'
+ controller: Rapsys\AirBundle\Controller\LocationController::index
+ methods: GET
+
+rapsys_air_location_add:
+ path:
+ en_gb: '/en/location'
+ fr_fr: '/emplacement'
+ controller: Rapsys\AirBundle\Controller\LocationController::add
+ methods: POST
+
+rapsys_air_location_edit:
+ path:
+ en_gb: '/en/location/{id<\d+>}'
+ fr_fr: '/emplacement/{id<\d+>}'
+ controller: Rapsys\AirBundle\Controller\LocationController::edit
+ methods: POST
+