{% extends "admin/base_site.html" %} {% load i18n admin_modify adminmedia %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block bodyclass %}change-form{% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock %} {% block content %}

Send a reminder to each SDO Liaison Manager

{% if output %}

Reminder sent successfully. See the output of the command:

{{ output }}
{% else %} {% if sdo %}

You can send a reminder to the {{ sdo }} SDO Liaison Manager to request an updated list of persons authorized to send liaison statements on behalf of {{ sdo }}

{% else %}

You can send a reminder to each SDO Liaison Manager to request an updated list of persons authorized to send liaison statements on behalf of his SDO

By clicking the 'Send' button you will send a request to all the SDO Liaison Managers. In order to send the request to one SDO Liaison Manager go to the SDO edit page.

{% endif %}
{% endif %}
{% endblock %}