{% extends "default_print.html" %} {% load servo_tags %} {% load mptt_tags %} {% load static %} {% load i18n %} {% block content %}
{% trans "Date" %} | {% trans "Started At" %} | {% trans "Finished At" %} | {% trans "Duration" %} | {% trans "Notes" %} | |
---|---|---|---|---|---|
{% ifchanged i.started_at|date %}{{ i.started_at|date:"SHORT_DATE_FORMAT" }}{% endifchanged %} | {{ i.started_at|time:"TIME_FORMAT" }} | {{ i.finished_at|time:"TIME_FORMAT"|default:"-" }} | {{ i.get_duration }} | {{ i.notes|default:'' }} | |
{% trans "No events found" %} | |||||
{% trans "Total" %} | {{ subtitle }} |