$def with () $var title: $_('Stations') $var page: stations
$_('Configure Stations')
$if stations.master is not None or stations.master_two is not None: $if options.show_images: $for station in stations.get(): $if station.is_master: $elif station.is_master_two: $else: $if stations.master is not None and stations.master_two is None: $ type_list = [_(u'None'), _(u'Activate Master 1')] $ type_nr = [0, 1] $elif stations.master is None and stations.master_two is not None: $ type_list = [_(u'None'), _(u'Activate Master 2')] $ type_nr = [0, 2] $else: $ type_list = [_(u'None'), _(u'Activate Master 1'), _(u'Activate Master 2'), _(u'Activate Master 1/2 by program')] $ type_nr = [0, 1, 2, 3] $if stations.master is not None or stations.master_two is not None: $if options.show_images:
$_('Station') $_('Name') $_('Usage') $_('Precipitation (mm/h)') $_('Capacity (mm)') $_('ETo factor') $_('Balance adjustment') $_('Connected?') $_('Ignore Rain?')$_('Activate Master?') $_('Notes')$_('Image')
${station.index + 1} $_('Master station')$_('Master two station')

$_('Submit Changes') $_('Reset Names') $_('Cancel')