{% extends 'client/base_client.html' %} {% block content %}

History

{% if feed_archive|length %} {% for feed in feed_archive %} {% include 'client/single_ad.inc.html' %} {% endfor %} {% else %}

No history found.

{% endif %}
{% endblock %}