{% extends 'base.html' %} {% block content %}
Welcome to the Education Job Vacancy Monitor. View the latest stats and notifications below.
Registered consultants
Active job vacancies
Jobs posted to ican-teachuk.com
Jobs posted to dunbareducation.com
Vacancy | Consultant | Status | Sent At |
---|---|---|---|
{{ notification.vacancy.title }}
{{ notification.vacancy.school_name }} - {{ notification.vacancy.location }}
|
{{ notification.consultant.name }} | {% if notification.status == 'sent' %} Sent {% elif notification.status == 'pending' %} Pending {% elif notification.status == 'failed' %} Failed {% else %} {{ notification.status }} {% endif %} | {{ notification.sent_at.strftime('%Y-%m-%d %H:%M') if notification.sent_at else 'Not sent' }} |
No recent notifications found.
{% endif %}