{# 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.type ~ '_read', action='read', id=organization.name) %}
  • {% block image %} {{ organization.name }} {% endblock %} {% block title %}

    {{ organization.display_name }}

    {% endblock %} {% block description %} {% if organization.description %}

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

    {% else %}

    {{ _('This organization has no description') }}

    {% endif %} {% endblock %} {% block datasets %} {% endblock %} {{ _('View {organization_name}').format(organization_name=organization.display_name) }}
  • {% if position is divisibleby 3 %}
  • {% endif %}