{% 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) }}
{% endcache %}