{% extends "base.html" %} {% block title %} {{ _("Send bulk email") }} {% endblock %} {% block content %}
BE VERY CAREFUL. This will send an email to all users with email addresses.
{% from "macros/forms.html" import render_field, render_submit_field %} {% endblock %}