{% load i18n cosinnus_tags %}{% autoescape off %}{% blocktrans %}Your request to become a member of {{ site_name }} was denied. If you have any questions, please contact one of your site administrators, as listed below. Your {{ site_name }} Team:{% endblocktrans %}{% endautoescape %} {% for admin in admins %} {{ admin|full_name_force }}: {{ admin.email }} {% endfor %}