{% extends 'base.html' %} {% block content %}

Dashboard

Welcome to the Education Job Vacancy Monitor. View the latest stats and notifications below.

Consultants

{{ consultant_count }}

Registered consultants

Vacancies

{{ vacancy_count }}

Active job vacancies

Posted to ICAN

{{ posted_ican_count }}

Jobs posted to ican-teachuk.com

Posted to Dunbar

{{ posted_dunbar_count }}

Jobs posted to dunbareducation.com

Recent Activity
Vacancy Trend
Vacancies by Region
Recent Notifications
{% if recent_notifications %}
{% for notification in recent_notifications %} {% endfor %}
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' }}
{% else %}

No recent notifications found.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}