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

Search History

{% if content_list %}
{% for search_history in content_list %}
{{search_history.search_query}}
Date: {{search_history.date}}
{% endfor %} {% include "rsshistory/pagination.html" %} {% else %} No history yet {% endif %} {% endblock %}