{% extends "webadmin/admin_base.html" %} {% load i18n %} {% load common_tags %} {% comment %} {% endcomment %} {% block title %}{% trans "OMERO Users" %}{% endblock %} {% block link %} {{ block.super }} {% endblock %} {% block script %} {{ block.super }} {% endblock %} {% block center_details %} {{ block.super }}

{% trans "Email Announcement" %}

{% csrf_token %} {% if non_field_errors %}
{{ non_field_errors }}
{% endif %} {% for field in form %} {% if field.errors %}
{{ field.errors }}
{% endif %} {{ field.label_tag }} {{ field }}
{% endfor %}
Note: Checking 'Include inactive users' enables sending email to inactive users. If this is not checked, any selection above will ignore inactive users. E.g. If a group selected above has an inactive user, they will not be emailed unless this option is checked. Selecting an inactive user above and not checking this option will result in an error.
{% endblock %}