{% extends "layout.html" %} {% block body %}

Choose a mailing list

{% for list in lists %}
{{csrf_token()}}

{{icon("envelope-o")}} {% if list['id'] not in existing %} {% else %} {% endif %} {{ list['name'] }} {{icon("external-link-alt")}}

{% endfor %}

{{details}}

{% endblock %}