{% load i18n %} {% load templates %} {% for hist in object_list %} {% include 'genviews/history_row.html' with user=hist.user date=hist.date type=hist.action object=hist.record.instance %} {% endfor %}
Date User Object