{% extends 'electionnight/base.html' %} {% load tz %} {% block title %} {{ division.label|title }} Election Results {{year}}: Live primary map by county. {% endblock %} {% block page-meta %} {% endblock %} {% block meta-image %} {% endblock %} {% block api %} {% endblock %} {% block content %}

{{ year }} {{ division.label|title }} Runoff Election Results

LIVE results last updated

{% if governor_elections %}

Governor

{% for election in governor_elections %} {% if election.votes_table %} {% include 'electionnight/results-table.html' %} {% endif %} {% endfor %}
{% endif %} {% if senate_elections %}

U.S. Senate

{% for election in senate_elections %} {% if election.votes_table %} {% include 'electionnight/results-table.html' %} {% endif %} {% endfor %}
{% endif %} {% if house_elections %}

U.S. House

{% for district, elections in house_elections.items %}

{{ district }}

{% for election in elections %} {% if election.votes_table %} {% include 'electionnight/results-table.html' %} {% endif %} {% endfor %}
{% endfor %}
{% endif %}
{%endblock%} {% block relative_foot %} {% endblock %} {% block footer_links %} {% endblock %} {% block utag %} {% endblock %}