{% extends 'pinboard/base.html' %} {% load l10n %} {% block breadcrumbs %}
  • Home
  • Pinboard
  • Tags
  • {{ tag.name }}
  • {% endblock %} {% block content %}

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

    {{ page_obj.paginator.count|localize }} bookmark{{ page_obj.paginator.count|pluralize }} {% if account_list|length == 1 %} by {{ account_list.0.username }} {% else %} by {{ account_list|length }} user{{ account_list|length|pluralize }}: {% endif %}

    {% if account_list|length > 1 %} {% endif %}
    {% include 'pinboard/includes/bookmark_list.html' with bookmark_list=bookmark_list page_obj=page_obj view='list' perms=perms only %}
    {% endblock content %}