<#macro themesList items default_value exclude_value depth> <#if items?has_content > <#list items as theme > <#if exclude_value="${theme.id}"> <#else> <#assign child_themes_list = theme.getChilds(plugin) /> <#if child_themes_list?has_content> <@themesList items=child_themes_list default_value=default_value exclude_value=exclude_value depth=depth+1 />

#i18n{helpdesk.contact.adminTitle}