{% ckan_extends %} {% block primary_content_inner %} {{ super() }}

您可能也會有興趣

您有興趣的資料集也可能在這些地方出現:

{% for tag, results in h.related_pkgs()['results'].items() %}
    {% for result in results['result'] %}
  • {{ result.organization.title }} {{ result.title }}
  • {% endfor %}
{% if results['rows'] > 20 %} 更多結果 {% endif %}
{% endfor %}
{% resource 'data_recommendation/data_recommendation.js' %} {% endblock %}