subject_list python:here.getSubjectList() or here.getLayoutProperty(\'subject_list\') or [];\n
description python:here.getDescription() or here.getLayoutProperty(\'description\') or \'\';\n
global header_title python:here == website and website.getTranslatedTitleOrId() or \'%s | %s\' % (here.getTranslatedTitleOrId(), website.getTranslatedTitleOrId());\n
right_list python:len(right_area) and layout_form.get_fields_in_group(right_area[0][\'goid\']);\n
is_right_area_empty python:right_list == 0 or len(right_list) == 0;\n
is_front_layout python: layout_form is not None and layout_form.id == \'erp5_km_minimal_front_layout\';\n
subject_list python:here.getSubjectList() or here.getLayoutProperty(\'subject_list\') or [];\n
description python:here.getDescription() or here.getLayoutProperty(\'description\') or \'\';\n
global header_title python:here == website and website.getTranslatedTitleOrId() or \'%s | %s\' % (here.getTranslatedTitleOrId(), website.getTranslatedTitleOrId());\n