System settings
<%= this.system.device_name %>
- Current build: <%= this.system.current_build_number %>
- Last updated: <%= this.system.last_update_date %>
- Last checked: <%= this.system.last_check_date %>
- Channel: <%= this.system.channel_name %>
- Target build number: <%= this.system.target_build_number %>
<% if (this.apps.length == 0) { %>
<% } else { %>
Installed app settings
<% for (var index = 0; index < this.apps.length; index++) { %>
<% var app = this.apps[index] %>
-
<% } %>
<% } %>