{% ckan_extends %} {% block package_description %} {{ super() }} {# Add our custom country_code field to the dataset read page. #} {% if pkg.get('country_code') %}

Country Code: {{ pkg.country_code[0] }}

{% endif %} {% endblock %}