{% extends "base.html" %} {% block content %}
+ Add Candidate
{% for c in candidates %} {% endfor %}
IDNameEmailOwner IDActions
{{ c.id }} {{ c.name }} {{ c.email }} {{ c.owner_id }}
{% endblock %}