{% load i18n static ui %}
{% if association.title %} {{ association.title }} {% else %} {{ association.target.url }} {% endif %}
{% if association.description %}

{{ association.description|truncatechars:125 }}

{% endif %}