{{if eq .Status 1}}
				
					
						
					
					
						
					
				
				
				{{if not .Issues}}
					{{ctx.Locale.Tr "notification.no_subscriptions"}}
				{{else}}
					{{template "shared/issuelist" dict "." . "listType" "dashboard"}}
				{{end}}
			{{else}}
				{{template "explore/repo_search" .}}
				{{template "explore/repo_list" .}}
				{{template "base/paginate" .}}
			{{end}}