compendium-browser/template/loading.html

16 lines
485 B
HTML
Raw Normal View History

2023-11-08 19:36:04 +00:00
<!-- <img
2023-11-08 03:22:06 +00:00
class=""
src="icons/sundries/books/book-open-turquoise.webp"
data-tooltip="Loading book"
data-tooltip-direction="UP"
width="32"
height="32"
2023-11-08 19:36:04 +00:00
/> -->
2023-11-08 03:08:35 +00:00
<span class="item-edit">
2023-11-08 19:36:04 +00:00
{{#if doneLoading}} {{localize (concat "CMPBrowser.LOADED.Message." itemType) numLoaded=numLoaded}}
<!-- -->
{{else}} {{localize "CMPBrowser.LOADING.Message" numLoaded=numLoaded itemType=itemType}} {{/if}}
<!-- -->
{{#if maxLoaded}}{{localize "CMPBrowser.LOADED.MaxLoaded"}}{{/if}}
</span>