{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% set active_child = 'bookmarks' %} {% block app_content %}

{{ _('Bookmarks of comments') }}

{% include 'user/_bookmarks_nav.html' %}
{% for post_reply in post_replies.items %} {% with teaser=True %} {% include 'post/_post_reply_teaser.html' %} {% endwith %}
{% else -%}

{{ _('No comments have been bookmarked. Use the three dots on each comment to find the bookmark function.') }}

{% endfor -%}
{% endblock %}