<div class="collection-creatorbox">
	<img src="{{imagePath}}/Open_book.png" alt="" width="80" height="45" class="collection-creatorbox-book">
	<div class="collection-creatorbox-row">
		<div>
			{{#help}}
			<a rel="nofollow" title="{{title}}" href="{{url}}">
				<img src="{{icon}}" alt="" width="16" height="16">&#160;{{label}}
			</a>
			{{/help}}
		</div>
		<span class="collection-creatorbox-title">{{title}}</span> (
		{{#disable}}
		<a rel="nofollow" title="{{title}}" href="{{url}}">{{label}}</a>
		) {{/disable}}
	</div>
	<div id="coll-book_creator_box" class="collection-creatorbox-row">
		{{{actionsHtml}}}
	</div>
</div>
