{# Displays a single related item. related - The related item dict. pkg_id - The id of the owner package. If present the edit button will be displayed. Example: #} {% set placeholder_map = { 'application':'/base/images/placeholder-application.png' } %}
{{ _('This item has no description') }}
{% endif %} {{ _('Go to {type}').format(type=related.type|replace('_', ' ')|title) }} {% if pkg_id %} {{ h.nav_link(_('Edit'), controller='related', action='edit', id=pkg_id, related_id=related.id, class_='btn btn-small') }} {% endif %}