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