{% load i18n %}

{% trans 'References' %}

{% if item.get_grouped_references|length > 0 %} {% else %}

{% trans 'This content does not contain any references.' %}

{% endif %}