{% extends 'index/base.html' %} {% block title %}社区主页 - 河海大学论坛{% endblock %} {% block content %} {% import 'base/panel.html' as panel %} {% import 'base/link.html' as link %} {% for group in groups %}
{{ group.kind }}
{% for t in group.kind | groups %}
{{ t.name }}
主题: {{ t.count.topic }} 帖子: {{ t.count.all_topic }}
创建者:{{ link.user(t.create_author) }}
{% endfor %}
{% endfor %} {% endblock %}