{% extends "forum_base.html" %} {% load minecraft %} {% block breadcrumb %} Home {%for f in forum.get_ancestors %} > {{f}} {%endfor%} > {{forum}} {% endblock %} {% block content %}

{{ forum.name }}

Subforums

{%include "forums/_forum_table.html" with forums=forum.children.all %} {% if topics %} {% for topic in topics %} {% endfor %} {% else %} {% endif %}
Topic Replies Last Post
{{topic.rootPost.get_descendants|length}}
{% avatar topic.lastPost.user 32 %}
  • {{topic.lastPost.user}}
  • {{topic.created|timesince}} ago
No topics...
New Topic
{% endblock %}