{% load custom_tags_and_filters %}
{% for i in past %}
{% if i|class_name == "OstTicket" %}
{% include 'NEMO_osticket/osticket_details.html' with ticket=i %}
{% endif %}
{% if i|class_name == "Task" %}
Created by {{ i.creator }} on {{ i.creation_time }}.
{% if i.force_shutdown %}
The tool was shut down because of this task.
{% endif %}
{% if user.is_staff %}
You can reopen this task if it was mistakenly resolved.
{% endif %}
{% if i.progress_description %}