% for mgr in c.managers:
  • % if mgr.connected:
    ${h.link_to_remote(mgr.location, dict( url=h.url(controller="managers", action="list_projects", id=mgr.location), update=dict(success="project_list", error="error"), complete=h.visual_effect("appear", duration=1), ))}
    % else:
    ${mgr.location}
    % endif
  • % endfor