diff --git a/theme/templates/collections/edr/instances.html b/theme/templates/collections/edr/instances.html index 6f3a2509..c5615fd0 100644 --- a/theme/templates/collections/edr/instances.html +++ b/theme/templates/collections/edr/instances.html @@ -2,12 +2,7 @@ {% block title %}{{ super() }} {{ data['title'] }} {% endblock %} {% block crumbs %}{{ super() }}
  • {% trans %}Collections{% endtrans %}
  • -{% for link in data['links'] %} - {% if link.rel == 'collection' %} -
  • {{ link['title'][(locale|lower)[:2]] | truncate( 25 ) }}
  • - {% set col_title = link['title'][(locale|lower)[:2]] %} - {% endif %} -{% endfor %} +
  • {{ link['title'][(locale|lower)[:2]] | truncate( 25 ) }}
  • {% trans %}Instances{% endtrans %}
  • {% endblock %} {% block body %}