{% extends "base.html" %} {% block content %}
FieldValue
ID{{ candidate.id }}
Name{{ candidate.name }}
Email{{ candidate.email }}
Owner ID{{ candidate.owner_id }}
Resume / Notes {{ candidate.resume | safe }}
← Back
{% endblock %}