{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %} : mailing lists {% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} Mailchimp lists {% endblock %} {% block content %}

All MailChimp lists known to SciPost

Actions:

All lists in the database:

    {% for mail_list in object_list %}
  • {{ mail_list }} ID: {{ mail_list.mailchimp_list_id }} {% if mail_list.open_for_subscription %} Open for subscription {% endif %}

    {{ mail_list.get_status_display }} | {{ mail_list.allowed_groups.count }} group{{ mail_list.allowed_groups.count|pluralize }} | last update: {{ mail_list.latest_activity }}

  • {% empty %}
  • No mailing lists known. Please update the list.

  • {% endfor %}
{% endblock content %}