{% extends "base.html" %} {% block title %}Vandaag · VacatureRadar{% endblock %} {% block content %}
Nieuwe signalen{{ new_today }}vandaag gevonden
Actieve vacatures{{ active_jobs }}actueel in de radar
Open dossiers{{ applications_open }}sollicitaties in opvolging
Bronstatus{{ source_counts.total|default:0 }}{{ source_counts.unhealthy|default:0 }} vragen aandacht
Gerangschikt voor jou

Beste nieuwe matches

Matchscore en datakwaliteit blijven afzonderlijk zichtbaar.

Alles bekijken
{% for score in score_cards %}
{{ score.get_recommendation_display }}Datakwaliteit {{ score.confidence|floatformat:2 }}

{{ score.job.original_title }}

{{ score.job.employer_name }}{% if score.job.raw_location %} · {{ score.job.raw_location }}{% endif %}

{{ score.score|floatformat:0 }}%match
{{ score.job.raw_location|default:"Locatie onbekend" }}{{ score.job.get_workplace_type_display }}
{% if score.positives %}
    {% for item in score.positives|slice:":2" %}
  • {{ item }}
  • {% endfor %}
{% endif %} {% if score.concerns %}

Aandachtspunt: {{ score.concerns.0 }}

{% endif %}
Bekijk analyse
{% csrf_token %}
{% empty %}

Nog geen beoordeelde vacatures

Importeer vacaturedata of activeer een toegestane bron. Betrouwbare resultaten verschijnen hier automatisch.

Bronnen beheren
{% endfor %}
{% endblock %}