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

My Answers

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