Related Add 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 %}

No apps, ideas, news stories or images have been related to this dataset yet, why not add one now?

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

{% endif %}