+rapsys_air_city:
+ path:
+ 'en_gb': '/en/city'
+ 'fr_fr': '/ville'
+ controller: Rapsys\AirBundle\Controller\LocationController::cities
+ methods: GET|POST
+
+rapsys_air_city_view:
+ path:
+ 'en_gb': '/en/city/{latitude<-?(?:\d*\.)?\d+>}/{longitude<-?(?:\d*\.)?\d+>}/{city<[\w-]+>}'
+ 'fr_fr': '/ville/{latitude<-?(?:\d*\.)?\d+>}/{longitude<-?(?:\d*\.)?\d+>}/{city<[\w-]+>}'
+ controller: Rapsys\AirBundle\Controller\LocationController::city
+ methods: GET|POST
+
+rapsys_air_dance:
+ path:
+ 'en_gb': '/en/dance'
+ 'fr_fr': '/danse'
+ controller: Rapsys\AirBundle\Controller\DanceController::index
+ methods: GET|POST
+
+rapsys_air_dance_view:
+ path:
+ 'en_gb': '/en/dance/{id<[0-9]+>}/{name<[\w-]+>}/{type<[\w-]+>}'
+ 'fr_fr': '/danse/{id<[0-9]+>}/{name<[\w-]+>}/{type<[\w-]+>}'
+ controller: Rapsys\AirBundle\Controller\DanceController::view
+ methods: GET|POST
+
+rapsys_air_dance_name:
+ path:
+ 'en_gb': '/en/dance/{name<[a-zA-Z0-9=_-]+>}/{dance<[\w-]+>}'
+ 'fr_fr': '/danse/{name<[a-zA-Z0-9=_-]+>}/{dance<[\w-]+>}'
+ controller: Rapsys\AirBundle\Controller\DanceController::name
+ methods: GET|POST
+
+rapsys_air_frequently_asked_questions:
+ path:
+ en_gb: '/en/frequently-asked-questions'
+ fr_fr: '/foire-aux-questions'
+ controller: Rapsys\AirBundle\Controller\DefaultController::frequentlyAskedQuestions
+ methods: GET
+
+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
+