{% extends "base.html" %} {% load i18n wagtailsettings_tags %} {% get_settings %} {% block content %}
{% trans "As you type your name comment will appear as:" %}
{% if user.profile.date_of_birth %} {{ user.profile.date_of_birth | date:"M d, Y" }} {% else %} {% trans " Not set." %} {% endif %}
{{ user.email | default:"Not set" }}