{% extends 'base.html' %} {% load static %} {% block title %}Message Box{% endblock title %} {% block content %} {% block styles %} {% endblock styles %}
# | 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 %} {% endif %} {% if request.user.user_type == "job_seeker" %} {% elif request.user.user_type == "employer" %} {% endif %} |
No messages available. |