{% extends 'base.html' %} {% load static %} {% block title %}Applications for {{ job.title }} - ICTAZ Jobs Portal{% endblock %} {% block content %}

{{ job.title }}

{{ job.location }} Deadline: {{ job.application_deadline|date:"M d, Y" }} {{ applications.count }} Applications
{% if applications %} Export CSV {% endif %}
Applications
{% if applications %}
{% for application in applications %} {% endfor %}
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" }}
{% if application.resume %} {% endif %} {% if application.additional_documents %} {% endif %}
{% if is_paginated %} {% endif %} {% else %}

No applications yet

Applications will appear here once candidates start applying.

{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}