The following systems are members of this pool:
<% if (_.isEmpty(systems)) { %>
(none)
<% } %>
<% _.each(_.sortBy(systems, function (name) {return name}), function (system) { %>
-
<% if (system == '') { %>
(system with restricted visibility)
<% } else { %>
<%- system %>
<% } %>
<% if (can_edit) { %>
<% } %>
<% }) %>