+ {{{ if (./type != "unmute") }}}
+ [[user:muted]]
+ {{{ else }}}
+ [[user:unmuted]]
+ {{{ end }}}
+
+
+ [[user:info.banned-reason-label]]: {./reason}
+
+
+ {{{ if ./until }}}
+ [[user:info.muted-until, {isoTimeToLocaleString(./untilISO, config.userLang)}]]
+ {{{ end }}}
+
+
+ {{{ end }}}
+
+ {{{ else }}}
+
[[user:info.no-mute-history]]
+ {{{ end }}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/partials/categories/lastpost.tpl b/templates/partials/categories/lastpost.tpl
index c7965cb..134a54a 100644
--- a/templates/partials/categories/lastpost.tpl
+++ b/templates/partials/categories/lastpost.tpl
@@ -3,7 +3,7 @@
{{{ if @first }}}
+{{{ end }}}
\ No newline at end of file
diff --git a/templates/partials/groups/invited.tpl b/templates/partials/groups/invited.tpl
new file mode 100644
index 0000000..aa24837
--- /dev/null
+++ b/templates/partials/groups/invited.tpl
@@ -0,0 +1,33 @@
+
+
\ No newline at end of file
diff --git a/templates/partials/groups/list.tpl b/templates/partials/groups/list.tpl
new file mode 100644
index 0000000..cfd60b5
--- /dev/null
+++ b/templates/partials/groups/list.tpl
@@ -0,0 +1,21 @@
+{{{each groups}}}
+
+{{{end}}}
\ No newline at end of file
diff --git a/templates/partials/groups/memberlist.tpl b/templates/partials/groups/memberlist.tpl
new file mode 100644
index 0000000..0b67b31
--- /dev/null
+++ b/templates/partials/groups/memberlist.tpl
@@ -0,0 +1,43 @@
+
\ No newline at end of file
diff --git a/templates/partials/groups/pending.tpl b/templates/partials/groups/pending.tpl
new file mode 100644
index 0000000..f2e75d8
--- /dev/null
+++ b/templates/partials/groups/pending.tpl
@@ -0,0 +1,28 @@
+{{{ if group.pending.length }}}
+
\ No newline at end of file
diff --git a/templates/partials/header/user-menu.tpl b/templates/partials/header/user-menu.tpl
new file mode 100644
index 0000000..1b873c2
--- /dev/null
+++ b/templates/partials/header/user-menu.tpl
@@ -0,0 +1,102 @@
+
\ No newline at end of file
diff --git a/templates/partials/notifications_list.tpl b/templates/partials/notifications_list.tpl
new file mode 100644
index 0000000..5c48d90
--- /dev/null
+++ b/templates/partials/notifications_list.tpl
@@ -0,0 +1,44 @@
+{{{ if !notifications.length }}}
+
\ No newline at end of file
diff --git a/templates/partials/search-results.tpl b/templates/partials/search-results.tpl
new file mode 100644
index 0000000..04efb3c
--- /dev/null
+++ b/templates/partials/search-results.tpl
@@ -0,0 +1,54 @@
+
+ {{{end}}}
+
+ {{{ if users.length }}}
+
+ {{{ end }}}
+
+ {{{ if tags.length }}}
+
+ {{{ end }}}
+
+ {{{ if categories.length }}}
+
+ {{{each categories}}}
+
+ {{{end}}}
+
+ {{{ end }}}
+
+
+
\ No newline at end of file
diff --git a/templates/partials/topic/navigation-post.tpl b/templates/partials/topic/navigation-post.tpl
new file mode 100644
index 0000000..55140e0
--- /dev/null
+++ b/templates/partials/topic/navigation-post.tpl
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/templates/partials/topic/post-editor.tpl b/templates/partials/topic/post-editor.tpl
new file mode 100644
index 0000000..eca7e08
--- /dev/null
+++ b/templates/partials/topic/post-editor.tpl
@@ -0,0 +1 @@
+[[global:last-edited-by, {editor.username}]]
\ No newline at end of file
diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
new file mode 100644
index 0000000..93c3b93
--- /dev/null
+++ b/templates/partials/topic/post.tpl
@@ -0,0 +1,140 @@
+{{{ if (!./index && widgets.mainpost-header.length) }}}
+
+ {{{ each widgets.mainpost-header }}}
+ {widgets.mainpost-header.html}
+ {{{ end }}}
+
+
+
+{{{ if (!./index && widgets.mainpost-footer.length) }}}
+
+ {{{ each widgets.mainpost-footer }}}
+ {widgets.mainpost-footer.html}
+ {{{ end }}}
+
+{{{ end }}}
\ No newline at end of file
diff --git a/templates/partials/topic/quickreply.tpl b/templates/partials/topic/quickreply.tpl
new file mode 100644
index 0000000..e5e362c
--- /dev/null
+++ b/templates/partials/topic/quickreply.tpl
@@ -0,0 +1,27 @@
+{{{ if privileges.topics:reply }}}
+