{% load url from future %}
{{ topic.title }}
{% for post in posts.object_list %}
{{ post.title }}
by {{ post.creator }} | {{ post.created }}

{{ post.body }}
{% endfor %}
{% if posts.object_list and posts.paginator.num_pages > 1 %} {% endif %} Reply