[#if DATA_SOURCE="mysensors" || DATA_SOURCE=""#]
[#if VIEW_MODE="gate_edit"#]
[#inc edit_gate.html#]
[#endif VIEW_MODE#]
[#if VIEW_MODE="nodes" || VIEW_MODE=""#]
[#inc main.html#]
[#endif VIEW_MODE#]
[#if VIEW_MODE="bin_edit"#]
[#inc edit_bin.html#]
[#endif VIEW_MODE#]
[#if VIEW_MODE="node_edit"#]
<<< <#LANG_BACK#>
[#if ID!=""#]
[#if TITLE!=""#][#TITLE#]
[#endif TITLE#]
[#endif ID#]
[#if TAB=""#]
[#inc edit_node.html#]
[#endif TAB=""#]
[#if TAB="sensors"#]
[#inc edit_sensors.html#]
[#endif TAB="sensors"#]
[#if TAB="presentation"#]
[#inc edit_presentation.html#]
[#endif TAB="presentation"#]
[#endif VIEW_MODE#]
[#if VIEW_MODE="sensor_add"#]
[#inc add_sensor.html#]
[#endif sensor_add#]
[#endif DATA_SOURCE#]