{% extends 'main.html' %} {% load static %} {% block content %}

"Somewhere inside of all of us is the power to change the world" - Roald Dahl


{% csrf_token %} {% for data in post_data %}
{% for data2 in candidate_post_data %} {% for data3 in data2.post.all %} {% if data3.id == data.id %} {% endif %} {% endfor %} {% endfor %}

{{ data.post_name }}

{{ data2.candidate_profile.candidate_full_name }}

{% endfor %}
{% endblock %}