{% if annotation.starred %}

{% else %}

{% endif %}
({{ annotation.date }})
{% if annotation.canEditOrDelete %}
{% endif %}
|
{% if annotation.canEditOrDelete %}
{% endif %}
|
{% if annotation.user is defined and userLogin != 'anonymous' %}
{{ annotation.user }}
{% if annotation.canEditOrDelete %}
{{ 'General_Delete'|translate }}
{% endif %}
|
{% endif %}