{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: mailing lists{% endblock pagetitle %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Mailing lists {{object}} {% endblock %} {% block content %}

Edit the mailing list {{object}}

Mailchimp configuration:

ID: {{object.mailchimp_list_id}}
Name: {{object.name}}
Status: {{object.get_status_display}}
Member count: {{object.subscriber_count}}

Actions:

{% csrf_token %} {{form|bootstrap}}
{% if request.GET.bulkid %}

Synchronizing done

Response bulk ID: {{request.GET.bulkid}}
Check MailChimp's Playground to see the response status.

{% endif %}
{% endblock content %}