{% comment %} A single Bookmark as the contents of a Bootstrap media object. Expects: * bookmark, a Bookmark object. * perms - The Django perms object. * view - 'list' (a generic list), 'day' or 'detail'. {% endcomment %}

{{ bookmark.title }}

{% if bookmark.description %}

{{ bookmark.description }}

{% endif %} {% if bookmark.tags.all|length %} {% endif %}

{% if view != 'detail' %}{% endif %} By {{ bookmark.account.username }} • {% load ditto_core %} Posted at {% if view == 'day' %} {% display_time bookmark.post_time link_to_day=False %} {% else %} {% display_time bookmark.post_time link_to_day=True %} {% endif %} {% if view != 'detail' %} • # {% endif %} {% if perms.pinboard.can_change_bookmark %} • Edit {% endif %} {% if view != 'detail' %}{% endif %}