{% extends 'pinboard/base.html' %} {% load l10n %} {% block breadcrumbs %}
{{ 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 %}