{% load i18n cms_tags extra_tags 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_page.get_title }}
{% endwith %}