{% extends "admin/base_site.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load i18n admin_modify %} {% block title %}Send SDO reminders{% endblock %} {% block bodyclass %}change-form{% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock %} {% block content %} {% origin %}

Send a reminder to {% if sdo %}{{ sdo }} SDO Liaison Manager{% else %}all SDO Liaison Managers{% endif %}

{% 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 the 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 %}
{% csrf_token %}
{% endif %}
{% endblock %}