{{ message|safe }}
{% endfor %}
{% if current_user.time_to_deletion and current_user.time_to_deletion() %}
{% trans %}Your account has no active profile, it will be deleted in{% endtrans %} {{ utils.babel.dates.format_timedelta(current_user.time_to_deletion() ) }}
{% endif %}
{% block content %}{% endblock %}