{% if user.is_authenticated %}
{% if not user.profile.email_confirmed %}
{% block content %}
{% trans "Your e-mail address is not validated. Please check your mail inbox and click on the validation link." %}
{% endif %}
{% endif %}
Default content...
{% endblock %}