+
!
{{/if}}
diff --git a/templates/ArtistBrowser/artist.hbs b/templates/ArtistBrowser/artist.hbs
new file mode 100644
index 0000000..4c5f293
--- /dev/null
+++ b/templates/ArtistBrowser/artist.hbs
@@ -0,0 +1,28 @@
+
+
+
{{artist.name}}
+
+
+ {{localize "IT.apps.ArtistBrowser.image-count" count=artist.imageCount}}
+
+
+ {{#if artist.links}}
+
+ {{#each artist.links as |link|}}
+ -
+ {{link.name}}
+
+ {{/each}}
+
+ {{/if}}
+ {{#if artist.commonTags}}
+
+ {{localize "IT.apps.ArtistBrowser.common-tags"}}
+
+ {{#each artist.commonTags as |tag|}}
+ - {{tag.name}} ({{tag.count}})
+ {{/each}}
+
+
+ {{/if}}
+
diff --git a/templates/ArtistBrowser/list.hbs b/templates/ArtistBrowser/list.hbs
new file mode 100644
index 0000000..c9da32c
--- /dev/null
+++ b/templates/ArtistBrowser/list.hbs
@@ -0,0 +1,36 @@
+
+
+ {{#if can.upload}}
+
+ {{/if}}
+
+ {{#if artists}}
+
+ {{#each artists as | artist |}}
+ {{> (it-filePath "templates/ArtistBrowser/artist.hbs") artist=artist }}
+ {{/each}}
+
+ {{else}}
+
+ {{ localize "" }}
+
+ {{/if}}
+
+
+
+ {{page}} / {{pages}}
+
+
+
\ No newline at end of file
diff --git a/templates/ArtistBrowser/sidebar.hbs b/templates/ArtistBrowser/sidebar.hbs
new file mode 100644
index 0000000..cccdcff
--- /dev/null
+++ b/templates/ArtistBrowser/sidebar.hbs
@@ -0,0 +1,26 @@
+
diff --git a/templates/Dialogs/Link.hbs b/templates/Dialogs/Link.hbs
index b5a79e6..7a49d83 100644
--- a/templates/Dialogs/Link.hbs
+++ b/templates/Dialogs/Link.hbs
@@ -1,6 +1,6 @@