{% extends "base_site.html" %} {% block title %}Information about topic {{topic.name}}{% endblock %} {% block content %}

Topic: {{topic.name}}


{{topic.description|safe}}
{% if mailinglists %} Mailing list{{mailinglists.count|pluralize}} in this topic: {% else %} There is no mailing list (yet?) in this topic. {% endif %} {% endblock %}