{% extends "pretixcontrol/event/settings.html" %} {% load i18n %} {% block title %}{% trans "Listmonk Newsletter" %}{% endblock %} {% block content %}

{% trans "Listmonk Newsletter" %}

{% blocktrans trimmed %} Optional per-event customisation. The Listmonk connection (URL, credentials, list) is configured at the organiser level. {% endblocktrans %}

{% csrf_token %}
{{ form.listmonk_checkbox_label }} {% if form.listmonk_checkbox_label.help_text %} {{ form.listmonk_checkbox_label.help_text }} {% endif %} {% for error in form.listmonk_checkbox_label.errors %} {{ error }} {% endfor %}
{% endblock %}