<% for user in @users do -%>
  • <%=h user.nick %> (<%= user.ordergroup.name.to_s if user.ordergroup %>)
  • <% end -%>