{% if request.user.is_authenticated and not request.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 %}
{% if user.sogecredit and not user.sogecredit.valid %}
{% blocktrans trimmed %}
You declared that you opened a bank account in the Société générale. The bank did not validate the creation of the account to the BDE,
so the registration bonus of 80 € is not credited and the membership is not paid yet.
This verification procedure may last a few days.
Please make sure that you go to the end of the account creation.
{% endblocktrans %}
{% endif %}
{# TODO Add banners #}
Default content...
{% endblock %}