{% extends 'niji/base.html' %} {% load i18n %} {% load humanize %} {% load niji_tags %} {% block left %} {% include 'niji/includes/user_info_panel.html' %}
{{ topic.node.title }} {{ topic.pub_date | naturaltime }} {% trans "Last Replied" %}: {{ topic.last_replied | naturaltime }}
{{ reply.content_rendered | safe }}