{% set release = entity %} {% set entity_view = "refs-" + direction %} {% set entity_type = "release" %} {% import "refs_macros.html" as refs_macros %} {% extends "entity_base.html" %} {% block entity_main %} {% if direction == "in" %}

Cited By

References to this release by other works. {% elif direction == "out" %}

References

NOTE: currently batch computed and may include additional references sources, or be missing recent changes, compared to entity reference list. {% if hits.count_total == 0 and release.refs %}

No fuzzy references found, but there are {{ release.refs|count }} legacy references

{% endif %} {% endif %} {{ refs_macros.refs_table(hits, direction) }} {% endblock %}