{% extends "mailing_list/mailing_list.html" %} {% block content %}
{% for thread in threads %}
Created {{ thread.datetime|ago }}
{% endfor %}
{% endblock %}