{% if bookmarkList.length == 0 %} {{t('No bookmarks yet')}}. {% else %}
{% include 'page_list.html' with { pages: bookmarkList, pagePropertyName: 'page' } %}
{% endif %}