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