{% cache cache_duration, 'org-card', organization.id|string, g.lang_code %} {% from theme('macros/certified.html') import badge_if_certified with context %}
{{ badge_if_certified(organization) }}

{{ organization.name|truncate(250) }}

{{ organization.description|mdstrip(180) }}
{% endcache %}