{% extends "core/base.jinja" %} {% from 'core/macros.jinja' import user_profile_link %} {% block title %} {{ weekmail.title }} {% endblock %} {% block content %} {% trans %}Back{% endtrans %} {% if bad_recipients %}

{% trans %}The following recipients were refused by the SMTP:{% endtrans %}

{% csrf_token %}
{% else %} {% if request.GET['send'] %}

{% trans %}Are you sure you want to send this weekmail?{% endtrans %}

{% if request.LANGUAGE_CODE != settings.LANGUAGE_CODE[:2] %}

{% trans %}Warning: you are sending the weekmail in another language than the default one!{% endtrans %}

{% endif %}
{% csrf_token %}
{% endif %} {% endif %}
{{ weekmail_rendered|safe }} {% endblock %}