{% comment %} Display a list of the accounts we're showing bookmarks for. Expects: * account_list - All the accounts we're showing bookmarks for. * count - The number of bookmarks. * list_type - 'recent' (default) or 'toread'. {% endcomment %} {% load l10n %}
{{ count|localize }} bookmark{{ count|pluralize }} {% if list_type == 'toread' %} marked “to read” {% endif %} {% if account_list|length == 1 %} by {{ account_list.0.username }} {% else %} by {{ account_list|length }} user{{ account_list|length|pluralize }} {% endif %}