$def with (program) $var title: $_('Modify Program') $var page: programs
${_('Add a New Program') if program.index < 0 else _('Edit Program') + (' #') + str(program.index+1)}
$_('Name'):
$_('Enabled'):
$_('Schedule type'):

$for station in stations.enabled_stations():
${station.name}: