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