{% set notifications = get_notifications(request.user.id) %}
{% if notifications %}
{% trans %}New comments{% endtrans %}
{% for notification in notifications %}
{% set comment = notification.subject %}
{% set comment_author = comment.get_author %}
{% set media = comment.get_entry %}