h3(data-i18n="editor.level_tab_thangs_add") Add Thangs input(type="search", id="thang-search", placeholder="Search thangs") div.editor-nano-container.nano #thangs-list.nano-content for group in groups h4= group.name for thangType in group.thangs div.add-thang-palette-icon(data-thang-type=thangType.get('name')) img(title="Add " + thangType.get('name'), src=thangType.getPortraitURL(), alt="") div.clearfix