{% set title = organization.title or organization.name %}
{{ h.link_to(h.truncate(title, 80), h.url_for(controller='organization', action='read', id=organization.name)) }}
{% endfor %}
{% else %}
{{ _('You are currently not a member of any organizations') }}