{% load i18n %} {% load dialogos_tags %}
{{ annotation.content|linebreaks }}
{% trans "Author" %} : {{ annotation.owner.username }}
{% trans "Date" %}: {{ annotation.modified_dttm }}
{{ comment.author.get_full_name|default:comment.author|capfirst }} commented {% blocktrans with comment.submit_date|timesince as age %} {{ age }} ago {% endblocktrans %}
{% trans "Login to add a comment" %}
{{ comment.author.get_full_name|default:comment.author|capfirst }} commented {% blocktrans with comment.submit_date|timesince as age %} {{ age }} ago {% endblocktrans %}
{% trans "Post a comment" %}
{% comment_form annotation as comment_form %} {% else %}{% trans "Login to add a comment" %}
{% endif %}