{% extends "search.html" %} {% block pagetype %}notifications{% endblock %} {% block listing_template %}
{% include "comments.html" %}
{% if error %}
{{macros.ghost_box(error, '', 1)}}
{% elif not comments %}
{{macros.ghost_box('No comments found!', '', 1)}}
{% endif %} {% endblock %} {% block listinglength %} {{comments | length}} {% endblock %}