{% load scipost_extras %}
  • {{ event.get_event_display }} noted {{ event.noted_on }} by {{ event.noted_by }}
    {% if event.duration %}
    Duration: {{ event.duration|duration }}
    {% endif %} {% if event.comments %}
    {{ event.comments|linebreaks }}
    {% endif %}