{% extends 'base.html' %} {% block title %} {{ board.name }} - {{ block.super }} {% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
New topic
{% for topic in topics %} {% endfor %}
Topic Starter Replies Views Last Update
{{ topic.subject }} {{ topic.starter.username }} {{ topic.replies }} {{ topic.views }} {{ topic.last_updated }}
{% if is_paginated %} {% endif %} {% endblock %}