[#if SET_DATASOURCE!="1"#]  
[#if DATA_SOURCE!="products" && DATA_SOURCE!=""#]<#LANG_PRODUCTS#> [#else#] Products [#endif#] [#if DATA_SOURCE!="product_categories"#]<#LANG_CATEGORIES#> [#else#] Categories [#endif#] [#if DATA_SOURCE!="shopping_list_items"#]<#LANG_SHOPPING_LIST#> [#else#] Shopping List [#endif#]
[#endif SET_DATASOURCE#] [#if DATA_SOURCE="products" || DATA_SOURCE=""#] [#if VIEW_MODE="search_products" || VIEW_MODE=""#] [#inc products_search_site.html#] [#endif VIEW_MODE#] [#if VIEW_MODE="edit_products"#] [#if ID!=""#]
[#if TAB!=""#][#endif TAB#]<#LANG_DETAILS#> [#if TAB!="codes"#][#endif TAB#]<#LANG_CODES#> [#if TAB!="history"#][#endif TAB#]<#LANG_HISTORY#>
[#endif ID#] [#if TAB=""#] [#inc products_edit_default.html#] [#endif TAB#] [#if TAB="codes"#] [#inc products_edit_codes.html#] [#endif TAB#] [#if TAB="history"#] [#inc products_edit_history.html#] [#endif TAB#] [#endif VIEW_MODE#] [#if VIEW_MODE="view_products"#] [#if TAB=""#] [#inc products_view_default.html#] [#endif TAB#] [#endif VIEW_MODE#] [#endif DATA_SOURCE#] [#if DATA_SOURCE="product_categories"#] [#if VIEW_MODE="search_product_categories" || VIEW_MODE=""#] [#inc product_categories_search_site.html#] [#endif VIEW_MODE#] [#if VIEW_MODE="edit_product_categories"#] [#inc product_categories_edit.html#] [#endif VIEW_MODE#] [#if VIEW_MODE="view_product_categories"#] [#inc product_categories_view.html#] [#endif VIEW_MODE#] [#endif DATA_SOURCE#] [#if DATA_SOURCE="shopping_list_items"#] [#if VIEW_MODE="search_shopping_list_items" || VIEW_MODE=""#] [#inc shopping_list_items_search_site.html#] [#endif VIEW_MODE#] [#if VIEW_MODE="edit_shopping_list_items"#] [#inc shopping_list_items_edit.html#] [#endif VIEW_MODE#] [#if VIEW_MODE="view_shopping_list_items"#] [#inc shopping_list_items_view.html#] [#endif VIEW_MODE#] [#endif DATA_SOURCE#]