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