{% extends 'base.html' %} {% block title %} Applicants {% endblock %} {% load static %} {% block content %} All applicants who applied for your positions Select status Pending Accepted Rejected Filter {% for applicant in applicants %} {{ applicant.user.get_full_name }}({{ applicant.get_status }}) Skills: {% for tag in applicant.user.profile.tags.all %} {{ tag.name }} {% endfor %} Contact Applied {{ applicant.created_at.astimezone }} {# #} {# #} {# {{ applicant.user.get_full_name }}#} {# Applied position: {{ applicant.job.title }}#} {# #} {# Contact#} {# #} {# #} {# Applied {{ applicant.created_at.astimezone }}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {% endfor %} {% if is_paginated %} {% if page_obj.has_previous %} « {% else %} « {% endif %} {% for i in page_obj.paginator.page_range %} {% if page_obj.number == i %} {{ i }} {% else %} {{ i }} {% endif %} {% endfor %} {% if page_obj.has_next %} » {% else %} » {% endif %} {% endif %} {% endblock %}
Applied {{ applicant.created_at.astimezone }}
Applied position: {{ applicant.job.title }}
#} {# Applied {{ applicant.created_at.astimezone }}#} {#