<% } else if (ob.screen === 'info') { %>
<% } else if (ob.screen === 'tos') { %>
<%
// split the TOS on line breaks so that we could ouput in p elements
let tos = ob.polyT('onboarding.tosScreen.tos').replace('\r', '\n');
tos = tos.replace(/\n\s*\n/g, '--->break-here<---');
tos.split('--->break-here<---').forEach(p => {
const trimmed = p.trim();
if (p.length) {
print(`