{% extends 'tutor/base_tutor.html' %} {% block content %}

History

{% for feed in feed_active.list %} {% include 'tutor/single_ad.inc.html' %} {% endfor %}
{% with show_feedback=True %}
{% for feed in feed_archive.list %} {% include 'tutor/single_ad.inc.html' %} {% endfor %}
{% endwith %}
{% endblock %}