{% extends "forum/base.html" %} {% load humanize %} {% load activity_tags %} {% block title %}{{ topic.title }}{% endblock %} {% block section_title %}{{ topic.title }}{% endblock %} {% block forum_content %}
{{ topic.message.text }}
{{ topic.created|naturaltime }}
{{ message.text }}
{{ message.created|naturaltime }}
Sorry, no messages in here yet.
{% endfor %}