{% extends 'base.html' %} {% load static %} {% block title %}Message Box{% endblock title %} {% block content %} {% block styles %} {% endblock styles %}

Message Box

{% if request.user.user_type == "employer" %} View Archived Candidates {% endif %}
{% csrf_token %}
{% csrf_token %}
{% if request.user.user_type == "job_seeker" %}
{% csrf_token %}
{% csrf_token %}
{% elif request.user.user_type == "employer" %}
{% csrf_token %}
{% endif %}
Active Archived
{% for notification in notifications %} {% empty %} {% endfor %}
# From Message Created At Actions
{{ forloop.counter }} {% if notification.sender %} {{ notification.sender.username }} {% else %} System {% endif %} {{ notification.message }} {{ notification.created_at|date:"Y-m-d H:i" }} {% if notification.cv_access %} View CV {% endif %} {% if not notification.is_read %}
{% csrf_token %}
{% endif %}
{% csrf_token %}
{% if request.user.user_type == "job_seeker" %}
{% csrf_token %}
{% csrf_token %}
{% elif request.user.user_type == "employer" %}
{% csrf_token %}
{% endif %}
No messages available.
{% endblock content %}