{% extends "sanza/base.html" %} {% load i18n %}{% load url from future %} {% block extra_head %} {{block.super}} {% endblock %} {% block document_title %} {% trans "Mailto" %} {% if bcc %}{% trans "BCC" %}{% endif %} {% endblock %} {% block document_content %}
{% blocktrans %} If the number of email address exceeds {{nb_limit}}, there is a risk that your mail is considered as spam. You may be blocked.
Sanza recommends to send your message in several emails. Click on the links below for sending to each groups. {% endblocktrans %}
{% for emails in email_groups %}
{{emails|join:" "}}
{% endfor %} {% endblock %}