{% 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 %} {{ badge_if_certified(dataset.organization) }} {% elif dataset.owner %} {% else %} {% endif %}

    {{ dataset.full_title }}

    {{ dataset.description|mdstrip(300) }}
  • {% endcache %}