Query: | SELECT `T1`.*, `T2`.`Value` AS `name`, IF(`Path_it` != '', `Path_it`, `Path_it`) AS `Path`
FROM `fl_multi_formats` AS `T1`
LEFT JOIN `fl_multi_formats_lang_it` AS `T2` ON `T2`.`Key` = `T1`.`Key`
WHERE `T1`.`Status` = 'active' AND (
`Path_it` = 'properties/booking-module:1' OR `Path_it` = 'properties/booking-module:1') LIMIT 1 |