{% extends 'website/templates/base.html' %} {% load count_tags %} {% block content %}

My Replies

{% for reply in replies%}
{{ reply.body|safe }}
Replied on: {{ reply.date_created }}
{% endfor %} {% if total > 10 %} {% endif %} {% endblock %}