{% load i18n cms_tags %} {% comment %}Obviously, the context template variable "category" is required and must be a Category page extension{% endcomment %} {% with category_page=category.extended_object %}
{{ category_page.get_title }}
{% endwith %}