{% if vote_count > 0 %} {{ vote_count }} vote{{ "s" if vote_count != 1 else "" }} · {{ agreement_pct }}% agree {% if hard_disagree_rate > 25 %} · judge may be miscalibrated {% elif vote_count >= 15 %} · judge well-calibrated {% endif %} {% endif %}