Enter a name and description for the new pool
and choose members for the new pool.
Name:
Description:
Select master:
% for row in masters:
${row[1]}
% endfor
Select members:
% for row in hosts:
% if row[4]:
${row[1]}
% else:
${row[1]}
% endif
% endfor