{% load scipost_extras %} {% load automarkup %} {% for event in events %} {% empty %} {% endfor %}
Date Event Noted by Actions
{{ event.noted_on }} {% if event.duration %}
Duration: {{ event.duration|duration }} {% endif %}
{{ event.get_event_display|linebreaksbr }} {{ event.noted_by.user.first_name }} {{ event.noted_by.user.last_name }} {% if not non_editable %} {% if event.noted_by == request.user.production_user and event.editable %} {% endif %} {% endif %}
{% if event.comments %}
{% if event.noted_to %} To: {{ event.noted_to.user.first_name }} {{ event.noted_to.user.last_name }}
{% endif %} {% automarkup event.comments %}
{% endif %} {% if event.attachments.exists %} {% endif %}
No events found