<%= manage? "View and manage instances": "Update Olympus settings" %>
The following versions of Olympus have been detected.
<%= manage? "You can inspect and manage you Olympus instances by selecting the options below.": "You can edit your settings or remove Olympus by selecting the options below." %>
<% for (let i = 0; i < instances.length; i++) {%>
<% } %>
<%= instances[i].name %>
<%= instances[i].installed? (instances[i].error? 'Corrupted/outdated Olympus installation': ''): '' %>
<% if (!manage) { %>
<%= instances[i].folder %>
<% } else { %>
FPS: 0
Load: 0
<% } %>
OFFLINE
DISCONNECTED
Client port
<%= instances[i].clientPort %>
Backend port
<%= instances[i].backendPort %>
Backend address
<%= instances[i].backendAddress %>