If the price was at {{ left }} or {{ left_direction }}, {{ mpl_feedback.0 }},
{{ endif }}
{{ if player.right > 0 }}
If the price was at {{ right }} or {{ right_direction }}, {{ mpl_feedback.1 }},
{{ endif }}
{{ if has_indifference }}
If the price was
{{ if player.left > 0 }}{{ right_direction }} {{ left }}{{ endif }}
{{ if player.left > 0 and player.right > 0 }} and {{ endif }}
{{ if player.right > 0 }}{{ left_direction }} {{ right }}{{ endif }}
you wouldn't be sure.
{{ endif }}
{{ formfield 'refine' }}
{{ if player.left > 0 }}
{{ include left_refined.url with params=left_refined.params }}
{{ endif }}
{{ if player.right > 0 }}
{{ include right_refined.url with params=right_refined.params }}
{{ endif }}