Routing
        application
        Matched route
    
Route Parameters
| Name | Value | 
|---|---|
| _locale | "en" | 
| categorie | "industrial-and-legal-for-trade-weighing" | 
| link | "double-frame-weighing-on-eot" | 
Route Matching Logs
    Path to match: 
/en/applications/industrial-and-legal-for-trade-weighing/double-frame-weighing-on-eot
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | applications_menu.fr | /fr/applications | Path does not match | 
| 2 | applications_menu.en | /en/applications | Path does not match | 
| 3 | applications_sousmenu.fr | /fr/applications/{link} | Path does not match | 
| 4 | applications_sousmenu.en | /en/applications/{link} | Path does not match | 
| 5 | blog | /{_locale}/blog | Path does not match | 
| 6 | a_propos_menu.fr | /fr/a-propos-de-SENSY | Path does not match | 
| 7 | a_propos_menu.en | /en/about-sensy | Path does not match | 
| 8 | a_propos.fr | /fr/a-propos-de-SENSY/{link} | Path does not match | 
| 9 | a_propos.en | /en/about-sensy/{link} | Path does not match | 
| 10 | a_propos_softwares.fr | /fr/a-propos-de-SENSY/softwares/{link} | Path does not match | 
| 11 | a_propos_softwares.en | /en/about-sensy/softwares/{link} | Path does not match | 
| 12 | application.fr | /fr/applications/{categorie}/{link} | Path does not match | 
| 13 | application.en | /en/applications/{categorie}/{link} | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.