{% extends 'main2.html' %} {% load static %} {% block content %}
| CANDIDATE | VOTES | |
|---|---|---|
|
|
{{ data2.candidate_profile.candidate_full_name }} {{ data2.candidate_profile.candidate_roll_number }} |
{% for data4 in result_data %} {% if data2.id == data4.candidate_post_id %} {{data4.id__count}} {% endif %} {% endfor %} |
| POSTS | CANDIDATES PER POST |
|---|---|
| {{ x.post_name }} | {% for z in candidate_count_filter %} {% if x.id == z.post %} {{z.id__count}} {% endif %} {% endfor %} |
| TOTAL CANDIDATES | TOTAL POSTS | TOTAL VOTERS | TOTAL VOTES |
|---|---|---|---|
| {{candidate_count|length}} | {{post_count|length}} | {{voter_count|length}} | {{vote_count|length}} |