#i18n{portal.site.create_portlet.labelPortletTitle}
#i18n{portal.site.create_portlet.radioButtonDisplayPortletTitleYes} #i18n{portal.site.create_portlet.radioButtonDisplayPortletTitleNo}
#i18n{portal.site.create_portlet.labelDisplayOnDevice}
#i18n{portal.site.create_portlet.checkboxSmallDevice} #i18n{portal.site.create_portlet.checkboxNormalDevice} #i18n{portal.site.create_portlet.checkboxLargeDevice} #i18n{portal.site.create_portlet.checkboxXLargeDevice}
#i18n{portal.site.create_portlet.labelOrder} <@comboSorted name="order" default_value="1" items=portlet_order_combo />
#i18n{portal.site.create_portlet.labelColumn} <@comboSorted name="column" default_value="1" items=portlet_columns_combo />
#i18n{portal.site.create_portlet.labelStyle} <@comboSorted name="style" default_value="0" items=portlet_style_combo />
#i18n{portal.site.create_portlet.labelRole} <@comboSorted name="role" default_value="none" items=portlet_role_combo />
#i18n{portal.site.create_portlet.labelAlias} #i18n{portal.site.create_portlet.radioButtonAcceptAliasYes} #i18n{portal.site.create_portlet.radioButtonAcceptAliasNo}
<#if portletType.createSpecificTemplate != "" > <#include portletType.createSpecificTemplate /> #if>