{# Embeds a organization within the sidebar of a page. organization - The organization dict. has_context_title - Boolean for whether to display a module-heading for when this snippet appears within a non-organization template (e.g. dataset page sidebar) Example: {% snippet 'snippets/organization, organization=c.group_dict %} #} {% set url = h.url_for(organization.type + '.read', id=organization.name, ) %} {% set dataset_type = h.default_package_type() %} {% block info %}
{{ h.markdown_extract(organization.description, 180) }}
{% link_for _('read more'), named_route=organization.type ~ '.about', id=organization.name %}
{% else %}{{ h.humanize_entity_type('organization', organization.type, 'no description') or _('There is no description for this organization') }}
{% endif %} {% endblock %} {% if show_nums %} {% block nums %}