{% extends "base.html" %} {% block title %}Shortlist – {{ job.title }}{% endblock %} {% block content %}
| Name | Phone | Profile % | Match Score | Shortlist | |
|---|---|---|---|---|---|
| {{ app.user.full_name }} | {{ app.user.email }} | {{ app.profile.phone or 'Not provided' }} | {{ app.completeness }}% | {{ app.match_score }}% |
No candidates added yet.
Date: {{ interview.date.strftime('%A, %B %d, %Y at %H:%M') }}
Location: {{ interview.location or 'TBD' }}
{{ interview.description }}
No interviews created yet. Create one using the button above.
{% endif %}