{% extends "bbs/layout.html" %} {% block css %} {% endblock %} {% block javascript %} {% endblock %} {% block content %}

{{ forum }}

收藏本版 (519) |今日: 987 |主题: {{ forum.get_topic_count }}
  • 全部
  • {% for t in forum.topictype_set.all %}
  • |
  • {{ t }}
  • {% endfor %}
筛选: 排序:
{% for topic in topics %}
ttttt 于 2014-11-25 发表 最后回复 8 秒前
回复{{ topic.get_reply_count }}
浏览416
{% endfor %}
发表主题

版块规则

{{ forum.description }}
{% include 'bbs/include/sign.html' %} {% if forum.child_forums.all.exists %}

子版块

{% for c_forum in forum.child_forums.all %}

{{ c_forum }}

{{ c_forum.description }}

{% endfor %}
{% endif %}
{% endblock %}