{% extends 'niji/base.html' %} {% load i18n %} {% load niji_tags %} {% load humanize %} {% block left %} {% block before_main_left %}{% endblock %}
{% if topic.order <= 3 %} TOP {% endif %} {{ topic.node.title }} {{ topic.user.username }} {{ topic.pub_date | naturaltime }} {% trans "Last Replied" %}: {{ topic.last_replied | naturaltime }}