{% extends 'pinboard/base.html' %} {% load l10n %} {% block breadcrumbs %}
  • Home
  • Pinboard
  • {{ account.username }}
  • To read
  • {% endblock %} {% block content %}

    {% block title %} Pinboard “to read” by {{ account.username }} {% endblock %}

    {{ page_obj.paginator.count|localize }} bookmark{{ page_obj.paginator.count|pluralize }} marked “to read”
    {% if account.is_active %} {% endif %}
    {% include 'pinboard/includes/nav_tabs.html' with account=account active='toread' only %} {% include 'pinboard/includes/bookmark_list.html' with bookmark_list=bookmark_list page_obj=page_obj perms=perms only %}
    {% endblock content %}