{#- BSCW 7+ template -#} {% extends "master.html" %} {% block title %}{{ title }}{% endblock %} {% block body %}

{{ trans('error') }} {{ trans('title_rmail_anon_bounced') }}

{{ trans('message_rmail_anon_bounced') }}

{% if is_invalid is defined %}{{ trans('is_invalid') }}{% endif %} {% if may_not_register is defined %}{{ trans('may_not_register') }}{% endif %} {% if not_allowed is defined %}{{ trans('not_allowed') }}{% endif %} {% if not_existing is defined %}{{ trans('not_existing') }}{% endif %} {% if is_pending is defined %}{{ trans('is_pending') }}{% endif %} {% if is_bounced is defined %}{{ trans('is_bounced') }}{% endif %} {% if is_not_owned is defined %}{{ trans('is_not_owned') }}{% endif %} {% if is_owned is defined %}{{ trans('is_owned') }}{% endif %} {% if is_owned_ldap is defined %}{{ trans('is_owned_ldap') }}{% endif %} {% if no_ldap_pw is defined %}{{ trans('no_ldap_pw') }}{% endif %} {{ trans('adminmail') }}

{% endblock %}