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