{% cache cache_duration, 'dataset-search-result', dataset.id|string, g.lang_code %} {% from theme('macros/certified.html') import badge_if_certified with context %}
{% if dataset.organization %} {% elif dataset.owner %} {% else %} {% endif %}

{{ dataset.full_title }} {% if dataset.private %}{{ _('Private') }}{% endif %}

{{ dataset.description|mdstrip(300) }}
{# Temporal coverage #} {% if dataset.temporal_coverage %}
{{ _('Temporal coverage') }}
{{ dataset.temporal_coverage|daterange }}
{% endif %} {# Periodicity #} {% if dataset.frequency %}
{{ _('Frequency') }}
{{ dataset.frequency_label }}
{% endif %} {# Spatial coverage #} {% if dataset.spatial.zones %}
{{ _('Spatial coverage') }}
{{ dataset.spatial.top_label }}
{% endif %} {% if dataset.spatial.granularity %}
{{ _('Territorial coverage granularity') }}
{{ dataset.spatial.granularity_label }}
{% endif %}
{% endcache %}