{% 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.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 False %} {% else %} {% display_time bookmark.post_time True %} {% endif %} {% if view != 'detail' %} • # {% endif %} {% if perms.pinboard.can_change_bookmark %} • Edit {% endif %} {% if view != 'detail' %}{% endif %}