{% extends "profile/myprofile.html" %} {% load smart_if %} {% block profileContent %}
Your current email address is {{user.email}}
{%else%}You have not set an email address yet
{%endif%} {%else%} Your email address has been changed to {{user.email}} {%endif%}