{% extends "base.html" %} {% load i18n forum %} {% block title %}{{ forum }}{% endblock %} {% block content %} {% if forum %}{% render_parent_list forum.get_parent_list %}{% endif %}
Thread {% if not forum.is_category and can_create %}(create){% endif %} | Last modified | Posts |
---|---|---|
{{ thread }} | {{ thread.last_post_date|date:"h:i A" }} | {{ thread.post_count }} |