{{ _('Related') }}

{% if item %} {% with url = h.url_for(controller='related', action='list', id=pkg_name) %}

{{ item.title }}

{{ h.markdown_extract(item.description, 70) }}

{% endwith %} {% else %}

{% trans %}No apps, ideas, news stories or images have been related to this dataset yet.{% endtrans %}

{% if h.check_access('related_create') %}

{% link_for _('Add Item'), controller='related', action='new', id=pkg_name, icon='plus', class_='btn' %}

{% endif %} {% endif %}