{% extends request.is_intercooler|yesno:"blank.html,dataset/_data_base.html" %} {% load static widget_tweaks %} {% load i18n %} {% block ic-content %}
{{ ds.description | safe }}
Countries
{% for country in ds.countries.all %}
{% endfor %}
Keywords
{% for keyword in ds.keyword_tags.all %}
{% endfor %}
Language of data
{% for language in ds.get_language_tags.all %}
{% endfor %}
Methods of data collection
{% for mdc in ds.get_methods_of_data_collection_tags.all %}
{% endfor %}
Methods of data analysis
{% for mda in ds.get_methods_of_data_analysis_tags.all %}
{% endfor %}