{{template "base/head" .}}
{{template "repo/header" .}}
{{.CsrfTokenHtml}} {{template "base/alert" .}}

{{.dataset.Title}}

{{if .Permission.CanWrite $.UnitTypeDatasets}} {{end}}
{{if .dataset.Description }} {{.dataset.Description}} {{else}} {{.Repository.DescriptionHTML}} {{end}}
{{.i18n.Tr "cancel"}}

{{.i18n.Tr "datasets"}}

{{template "repo/datasets/dataset_list" .}}
{{if .Permission.CanWrite $.UnitTypeDatasets}}
{{end}}
{{template "repo/datasets/right_side" .}}
{{template "base/footer" .}}