{{define "relations_session.html"}} {{template "layout_head" .}} {{template "layout_mid" .}}
‹ Relations / Relations session {{if .Pair}} · {{.Remaining}} pair(s) remaining {{end}}
Order
{{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 -}}

Hover a decision below to preview what it commits.

Use the buttons below to commit the decision, or swap sides first.

{{template "partials/relations_comparison.html" (dict "Left" .Left "Right" .Right)}}

#? has been marked as a duplicate of #?

Delete #? from disk now?

The original stays in the gallery; only this duplicate file is removed from disk.

{{end}}
{{template "layout_end" .}} {{end}}