<#LANG_SETUP#>
[#if CYCLERUN==1#]
Цикл запущен
[#else#]
Цикл остановлен
[#endif#]
[#if DATA_SOURCE="gpstrace_accounts" || DATA_SOURCE=""#]
[#if VIEW_MODE="search_gpstrace_accounts" || VIEW_MODE=""#]
[#inc gpstrace_accounts_search_admin.html#]
[#endif VIEW_MODE#]
[#if VIEW_MODE="edit_gpstrace_accounts"#]
[#if ID!=""#]
[#if TITLE!=""#][#TITLE#]
[#endif TITLE#]
[#endif ID#]
[#if TAB=""#]
[#inc gpstrace_accounts_edit_default.html#]
[#endif TAB#]
[#if TAB="data"#]
[#inc gpstrace_accounts_edit_data.html#]
[#endif TAB#]
[#endif VIEW_MODE#]
[#if VIEW_MODE="view_gpstrace_accounts"#]
[#if TAB=""#]
[#inc gpstrace_accounts_view_default.html#]
[#endif TAB#]
[#endif VIEW_MODE#]
[#endif DATA_SOURCE#]
[#if DATA_SOURCE="gpstrace_devices"#]
[#if VIEW_MODE="search_gpstrace_devices" || VIEW_MODE=""#]
[#inc gpstrace_devices_search_admin.html#]
[#endif VIEW_MODE#]
[#if VIEW_MODE="edit_gpstrace_devices"#]
[#inc gpstrace_devices_edit.html#]
[#endif VIEW_MODE#]
[#if VIEW_MODE="view_gpstrace_devices"#]
[#inc gpstrace_devices_view.html#]
[#endif VIEW_MODE#]
[#endif DATA_SOURCE#]