{% extends "mailing_list/mailing_list.html" %} {% block page_title %}Mailing list: {{ list_address }}{% endblock %} {% block content %} Filters {% for tag in tags %} {{ tag }}: {% for value in tags[tag] %} {{ value }} {% endfor %} {% endfor %} Remove all