{% extends 'main2.html' %} {% load static %} {% block content %}
{% if page == 'upload_candidates' %} {% elif page == 'delete_candidates' %} {% else %} {% endif %}
{% csrf_token %}
* Candidate Photo
{% if page == 'update_candidates' or page == 'delete_candidates' %} {% endif %}
{% for data in candidate_post_data %} {% endfor %}
ELECTION YEAR CANDIDATE PHOTO CANDIDATE NAME POST CREATED UPDATED EDIT DELETE
{{ data.candidate_profile.election_year }} {{ data.candidate_profile.candidate_full_name }} {% for data2 in data.post.all %} {{data2}} {% endfor %} {{ data.candidate_profile.created_at.date }} {{ data.candidate_profile.updated_at.date }}
{% endblock %}