{% extends "base_site.html" %} {% block title %}Colibri Mailing Lists Manager - Main Page{% endblock %} {% block content %}

Mailing lists manager for freehackers.org


{% if mailinglists %} Public list{{mailinglists|pluralize}} hosted on this server: {% else %} There is no publicly visible list on this site. {% endif %} {% if topics %} Browse public mailing lists by topic: {% endif %}
{% endblock %}