{% extends "advbase.html" %} {% block bodytag -%} {% endblock -%} {% block advcontent -%}

{{_("White List")}}

{{_("mail sent to %sxxx@appid.appspotmail.com will be transfered to your email.")|format('' if user.name=="admin" else user.name+"__")}}

{% if user.whitelist.count() -%} {%- for lst in user.whitelist -%}
{{ lst.mail }}
{%- endfor -%} {%- endif %}
{% endblock -%}