{% extends 'base.html' %} {% load static %} {% block title %}Applications for {{ job.title }} - ICTAZ Jobs Portal{% endblock %} {% block content %}
| Applicant | Contact | Member | Applied | Actions |
|---|---|---|---|---|
|
{{ application.applicant_name }}
{% if application.membership_number %}
ICTAZ Member {% endif %} |
{{ application.applicant_email }}
{{ application.applicant_phone }}
|
{% if application.is_member %} {{ application.membership_number }} {% else %} Non-member {% endif %} | {{ application.submitted_at|date:"M d, Y H:i" }} |
Applications will appear here once candidates start applying.