h3(data-i18n="editor.level_tab_thangs_add") Add Thangs input(type="search", id="thang-search") 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.name) - path = '/file/db/thang.type/'+thangType.original+'/portrait.png' img(title="Add " + thangType.name, src=path, alt="") div.clearfix