{% if annotation.starred %}

{% else %}

{% endif %}
{{ annotation.date }}
{% if annotation.canEditOrDelete %}
{% endif %}
|
{% if annotation.user is defined and userLogin != 'anonymous' %}
{{ annotation.user }}
|
{% endif %}
{{ annotation.note|raw }}
{% if annotation.canEditOrDelete %}
{% endif %}
|
{% if annotation.canEditOrDelete %}
{% endif %}
|