{{ define "title"}}{{ t "Choose a Subscription" }}{{ end }} {{ define "content"}}

{{ t "Choose a Subscription" }}

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