%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"
import="java.util.*"
import="com.tootsville.user.*"
import="org.starhope.appius.user.*"
import="org.starhope.appius.mb.*"
import="org.starhope.appius.mb.fields.*"
import="com.tootsville.WebUtil"
%><%@taglib uri="/WEB-INF/mb-taglib.tld" prefix="mb" %><%
WebUtil.go(); MBSession sess = MBSession.get(request);
%>

<% if (UserRecord.getAgeFor(sess.dateOfBirth.getValue().getTime()) < 13) { %>
You may log in to Tootsville™, but to chat with other players,
your new Toots® account must have parent approval.
Tootsville™ Customer Service will send your parent an
approval e-mail with a chat activation link. Please
remind your parent to check their e-mail.
<% } else /* 13 and up */ { %>
You may log into Tootsville™, but you will need to verify your e-mail address
and approve your account before you are able to chat in world. Tootsville™
Customer Service will send you an approval e-mail with a chat activation link.
Please review the e-mail and follow the account approval instructions.
<% } %>