<%include include_common_head.html%>
<%include include_header.html%>
<%~set content_header_title = 'Validation Successful'%> <%~init array breadcrumbs%><%init hash breadcrumbs.0%> <%~set breadcrumbs.0.name = $content_header_title%> <%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%>

Your validation was successful!

<%~if require_signup_admin_validation%> <%~if user_admin_validated%>

The administrator has validated your account and the account is now active.

<%~else%>

The administrator has not yet validated your account. You will be notified by e-mail when the account has been validated.

<%~endif%> <%~endif%> <%~if user_admin_validated%>

You can log in by clicking here. You should review your settings when you log in by clicking the "Settings" link and updating information about yourself.

<%~endif%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%>