{{ h.link_to(h.truncate(title, truncate_title), h.url_for(controller='ckanext.showcase.controller:ShowcaseController', action='read', id=package.name)) }}
{% endblock %}
{% block notes %}
{% if notes %}
{{ notes|urlize }}
{% else %}{{ _("This showcase has no description") }}
{% endif %} {% endblock %}