{% extends 'pybb/base.html' %} {% block title %} Latest posts - {{ block.super }} {% endblock title %} {% block content_header %}
At Forum: {{ topic.forum }}
{% include 'pybb/inlines/latest_posts_table.html'%} {% endfor %} {% else %} {# sort by forum #} {% for forum, topics in object_list.items %}Topic{{ topic_list|length|pluralize }} | Post{{ posts|length|pluralize }} |
---|---|
{{ topic }} | {% include 'pybb/inlines/latest_posts_table.html'%} |
Sorry, no posts found...
{% endfor %} {% endif %}