{# Renders a media item for a organization. This should be used in a list. organization - A organization dict. Example: #} {% set url = h.url_for('organization.read', id=organization.name) %}

{{ organization.display_name }}

{% if organization.description %}

{{ h.markdown_extract(organization.description, extract_length=200) }}

{% endif %}
{{ organization.name }}