{% load uris %} {% load i18n %} {% instance_uris object as uris %}
Linked Open Data
{% for uri in uris %} {% if not uri.internal %}
{{ uri.short_label }} {% if object.get_change_permission in perms %} {% endif %}
{% endif %} {% endfor %}