{% load i18n cms_tags extra_tags static thumbnail %} {% comment %}Obviously, the context template variable "organization" is required and must be an Organization page extension{% endcomment %} {% with organization_page=organization.extended_object organization_variant=organization_variant|default:"glimpse" %}
{{ instance.body }}
{% endblockplugin %} {% if not plugins %} {% get_placeholder_plugins "description" organization_page as plugins %} {% blockplugin plugins.0 %}{{ instance.body|truncatewords_html:40|striptags }}
{% endblockplugin %} {% if not plugins %}{% trans "Excerpt" %}
{% endif %} {% endif %}