diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 9268b37e3..a2cb13580 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -137,6 +137,7 @@ +
| + Template name + | ++ Folder + | ++ Last used + | ++ Created by + | ++ # Times used + | +
|---|---|---|---|---|
| + {{ item.template_name }} + + {{ 1|message_count_label(item.template_type, suffix='template')|capitalize }} + + | +{{ item.template_folder }} |
+ {{ item.last_used|format_datetime_table}} |
+ {{ item.created_by }} |
+ {{ item.count }} |
+