{% set read_only_mode = config['READ_ONLY_MODE'] %} {% set description = organization.description or organization.about %} {% from theme('macros/certified.html') import badge_if_certified with context %}
{% if producer_type == 'organization' %} {% elif producer_type == 'owner' %} {% else %} {% endif %}

{% if producer_type == 'organization' %} {{ organization.name }} {% else %} {{ organization.fullname }} {% endif %}

{% if description %}

{{ description|mdstrip(300) }}

{% endif %}
{% if organization.metrics.datasets %}
{{ organization.metrics.datasets }} {{ _('datasets') }}
{% endif %} {% if organization.metrics.reuses %}
{{ organization.metrics.reuses }} {{ _('reuses') }}
{% endif %}