{% extends "base.html" %} {% block title %}Timeline{% if timeline_for %} for {{ timeline_for }}{% endif %}{% endblock %} {% block content %} {% for obj in object_list %} {% ifchanged obj.timestamp.day %}
{% ifchanged obj.target %} {{ obj.short_action_string }} {{ obj.target }} {% else %} along with {{ obj.actor }} {% endifchanged %}
{% endfor %} {% endblock %}