‹ Relations
/
Relations session
{{if .Pair}}
·
{{.Remaining}} pair(s) remaining
{{end}}
{{if not .Pair}}
{{if gt .HiddenByCeiling 0}}
No pairs at your {{.Ceiling}} rating ceiling.
{{.HiddenByCeiling}} pair(s) are hidden because one or both sides exceed the current ceiling.
{{else}}
No pairs to review.
The queue is empty. Run Find new pairs to surface more candidates.
{{end}}
{{else}}
{{- $first := .Pair.A -}}
{{- $second := .Pair.B -}}
{{- $firstSide := "A" -}}
{{- $secondSide := "B" -}}
{{- if eq .Pair.LeftID .Pair.B.ID -}}
{{- $first = .Pair.B -}}
{{- $second = .Pair.A -}}
{{- $firstSide = "B" -}}
{{- $secondSide = "A" -}}
{{- end -}}
distance {{.Pair.Distance}}
Hover a decision below to preview what it commits.
{{template "partials/relations_comparison.html" (dict "Left" .Left "Right" .Right)}}
{{end}}
{{template "layout_end" .}}
{{end}}