{% extends 'pinboard/base.html' %} {% load l10n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% block title %} Bookmarks by {{ account.username }} tagged with “{{ tag.name }}” {% endblock %}

{{ page_obj.paginator.count|localize }} bookmark{{ page_obj.paginator.count|pluralize }}

{% include 'pinboard/includes/bookmark_list.html' with bookmark_list=bookmark_list page_obj=page_obj perms=perms only %}
{% endblock content %}