{% ckan_extends %} {% block resource_item_explore_links %}
  • {% if res.has_views %} {{ _('Preview') }} {% else %} {{ _('More information') }} {% endif %}
  • {% if res.url and h.is_url(res.url) %} {% if res.url.lower().find('/querycontext')== -1 and res.url.lower().find('/contextentities/')== -1 %}
  • {% if res.has_views %} {{ _('Download') }} {% else %} {{ _('Go to resource') }} {% endif %}
  • {% endif %} {% endif %} {% if can_edit %}
  • {{ _('Edit') }}
  • {% endif %} {% endblock %}