{% extends base_generic %} {% load static %} {% block content %}

Comment History

{% if content_list %}
{% for comment in content_list %}
{% with entry=comment.entry %}
{% include "rsshistory/entry_thumbnail_element.html" %}
{{entry.title}} {{comment.date_published}} {{comment.date_edited}}
{{comment.comment}}
{% endwith %}
{% endfor %} {% include "rsshistory/pagination.html" %} {% else %} No history yet {% endif %} {% endblock %}