+
+
+
+
+
+ {{range .datasets}}
+
+
+
+
{{.Description}}
+
{{$.i18n.Tr "org.repo_updated"}} {{TimeSinceUnix .UpdatedUnix $.i18n.Lang}}
+
+
+ {{else}}
+
+ {{$.i18n.Tr "explore.dataset_no_results"}}
+
+ {{end}}
+
+
diff --git a/custom/templates/datasets/dataset_search.tmpl b/custom/templates/datasets/dataset_search.tmpl
new file mode 100644
index 000000000..6c973026a
--- /dev/null
+++ b/custom/templates/datasets/dataset_search.tmpl
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/custom/templates/datasets/index.tmpl b/custom/templates/datasets/index.tmpl
new file mode 100644
index 000000000..cefe2fc02
--- /dev/null
+++ b/custom/templates/datasets/index.tmpl
@@ -0,0 +1,9 @@
+{{template "base/head" .}}
+
+ {{template "datasets/dataset_search" .}}
+
+ {{template "datasets/dataset_list" .}}
+ {{template "base/paginate" .}}
+
+
+{{template "base/footer" .}}
\ No newline at end of file
diff --git a/custom/templates/explore/repo_search.tmpl b/custom/templates/explore/repo_search.tmpl
index 730546f4f..6c973026a 100644
--- a/custom/templates/explore/repo_search.tmpl
+++ b/custom/templates/explore/repo_search.tmpl
@@ -1,7 +1,7 @@
\ No newline at end of file
diff --git a/custom/templates/explore/users.tmpl b/custom/templates/explore/users.tmpl
index c900d05a9..7b113e20d 100644
--- a/custom/templates/explore/users.tmpl
+++ b/custom/templates/explore/users.tmpl
@@ -4,8 +4,8 @@
{{template "explore/navbar" .}}
-
-
+
-
+
{{range .Users}}
@@ -56,7 +56,7 @@
{{template "explore/repo_right" .}}
-
+