@if (userQuery.data(); as user) { <% if (features.includes('Staff Zone')) { %> @if (user.type_id === 3) { @if (user.will_attend) { } } @else if (user.type_id === 2) { } <% } else { %>
Bienvenido a <%= projectName %>.
<% } %> }