{% ckan_extends %}
{% block external_links_content %}
{{ super() }}
{# only show the gbif links if we're not on the gbif view #}
{% if record['gbifID'] and not request.url.endswith('gbif') %}
{{ _('Find more links on the GBIF View') }}   
{{ _('View GBIF record cluster (experimental)') }}
{% endif %}
{% endblock %}