{% extends 'base.html' %} {% load humanize %} {% block title %} {{ board.name }} - {{ block.super }} {% endblock %} {% block breadcrumb %}
Topic | Starter | Replies | Views | Last Update |
---|---|---|---|---|
Pages: {% for i in topic.get_page_range %} {{ i }} {% endfor %} {% if topic.has_many_pages %} ... Last Page {% endif %} | {{ topic.starter.username }} | {{ topic.replies }} | {{ topic.views }} | {{ topic.last_updated|naturaltime }} |