{{_('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 %} {% if h.check_access('related_create') %}

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

{% endif %} {% endif %}