{% extends "base.html" %} {% load i18n wagtailsettings_tags %} {% get_settings %} {% block content %}
{{ user.profile.alias | default:"Anonymous" }}
{% if user.profile.date_of_birth %} {{ user.profile.date_of_birth | date:"M d, Y" }} {% else %}{{defaultText}}{% endif %}
{{ user.profile.mobile_number | default:defaultText}}
{{ user.profile.gender | default:defaultText }}
{{ user.profile.location | default:defaultText }}
{{ user.profile.education_level | default:defaultText }}
{{ user.email | default:defaultText }}