{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% load humanize %} {% load wlprofile_extras %} {% load custom_date %} {% block title %} {{ forum.name }} - {{ block.super }} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

Forum: {{ forum }}

Forums » {% pybb_link forum.category %} » {{ forum }}

{% trans {% trans "New Topic" %} {% pybb_pagination _('Topics') %}

{% for topic in topics %} {% endfor %}
Title Last Post by
{% if topic|pybb_has_unreads:user %} {% else %} {% endif %} {% if topic.sticky %}Sticky{% endif %} {% if topic.closed %}Closed{% endif %} {{ topic.name }}
Created by {{ topic.user|user_link }} on {{ topic.created|custom_date:user }}
Posts: {{ topic.post_count }}
Views: {{ topic.views }}
{%if topic.last_post %} {{ topic.last_post.user|user_link }} »
on {{ topic.last_post.created|custom_date:user }} {% endif %}

{% trans {% trans "New Topic" %} {% pybb_pagination _('Topics') %}
= Unread posts = No unread posts
{% endblock %}