{{ bookmark.title }}
{% if bookmark.description %}
{{ bookmark.description|linebreaksbr }}
{% endif %}
{% if not bookmark.is_public %}
private
{% else %}
{% endif %}
{% if bookmark.tags.count %}
{% for tag in bookmark.tags.all %}
{{ tag|lower }}
{% endfor %}
{% endif %}
by
{{ bookmark.owner.username }}
{{ bookmark.date_created|timesince }} ago
{% if bookmark.owner == user or user.is_superuser %}
Edit bookmark
{% endif %}