Account
Welcome, <%= customer.fullName || 'valued customer' %>!
Welcome, <%= customer.fullName || 'valued customer' %>! Here are your current allocations.
<% if (allocations.length) { %>
<% } else { %> You have no allocations available. <% } %>