Default content...
{% endblock content %}
        {% block contenttitle %}{% endblock %}
        {% if user.is_authenticated and not user.registration.email_confirmed %}
            
                
                {% url "registration:email_validation_resend" pk=user.pk as send_email_url %}
                {% blocktrans trimmed %}
                    Your email address is not validated. Please click on the link you received by email.
                    You can resend a mail by clicking on this link.
                {% endblocktrans %}
            
        {% endif %}
        
        
            {% block content %}