$def with (torrent, active_tab) Deluge:$torrent.name
$for id, title, tab in detail_tabs: $:render.part_tab_button(id, title, active_tab)
$for id, title, tab in detail_tabs: $if active_tab == id: $:render[tab](torrent)