{% load i18n %}

{% trans 'References' %}

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

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

{% endif %}

{% trans 'Referenced by' %}

{% with cases=referencing_cases|slice:":10" %} {% include 'cases/table.html' %} {% endwith %}