{{ define "title"}}{{ t "Choose a Subscription" }}{{ end }} {{ define "content"}}
{{ if .form.Crawler }} {{ end }}

{{ t "Choose a Subscription" }}

{{ range .subscriptions }}
({{ .Type }}) {{ .URL }}
{{ end }}
{{ end }}