{% 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" %}
{% if organization_variant == "row" %}
{{ organization_page.get_title }}
{% get_page_plugins "description" organization_page as plugins or %}{% trans "Description" %}{% endget_page_plugins %}{% blockplugin plugins.0 %}{{ instance.body|truncatewords_html:40|safe }}{% endblockplugin %}
{% else %}
{{ organization_page.get_title }}
{% endif %}
{% endwith %}