{% load i18n cms_tags %}{% spaceless %} {% with nesteditem_variant=nesteditem_variant|default:"default" %} {% comment %}Accordion variant build a structure to ease folding content and it has two sub variants to do so: Container and item. Container is the default one for the root item which hold an optional title and necessary structure for folding its children items. Then "Item" is automatically applied on second level items (below the root one). Finally, every children items below second level will switch to simple "list" variant.{% endcomment %} {% if nesteditem_variant == "accordion" %} {% if not is_item %}