{% extends "base.html" %} {% block title %}Nieuwe matches · VacatureRadar{% endblock %} {% block content %}

Vacature explorer

Nieuwe matches

Alleen aantoonbaar relevante IT-kansen staan standaard in de radar. Kies een resultaat voor directe intelligence.

{% if current_focus == 'all' %}Volledig archief{% else %}IT-focus actief{% endif %}{{ page_obj.paginator.count }} resultaten
{% if current_focus == 'all' %}Archief{% else %}IT-focus{% endif %}{{ current_match|default:"radar" }}{% if request.GET.workplace %}{{ request.GET.workplace }}{% endif %}{% if current_channel %}{{ current_channel }}{% endif %}{% if request.GET.q %}“{{ request.GET.q }}”{% endif %}Filters wissen
Gerangschikte signalen

{{ page_obj.paginator.count }} vacatures gevonden

Pagina {{ page_obj.number }}
{% for job in jobs %} {% widthratio job.match_confidence 1 100 as confidence_percent %}
{% if job.match_score is not None %}{{ job.match_score|floatformat:0 }}match{% else %}wacht{% endif %}
{% if job.match_recommendation %}{% if job.match_recommendation == 'strong' %}Sterk{% elif job.match_recommendation == 'possible' %}Mogelijk{% elif job.match_recommendation == 'weak' %}Laag{% else %}Verborgen{% endif %}{% endif %}{% if job.direct_employer %}Direct{% elif job.recruiter %}Recruiter{% endif %}

{{ job.original_title }}

{{ job.employer_name }}

{{ job.raw_location|default:"Onbekend" }}{{ job.get_workplace_type_display }}{% if job.valid_through %}sluit {{ job.valid_through|date:"d/m" }}{% endif %}
{% if job.match_positives.0 %}{{ job.match_positives.0 }}{% endif %}
{% empty %}

Geen passende vacatures

Pas de filters aan of inspecteer bewust het volledige archief.

Open archief
{% endfor %}
{% if is_paginated %}{% endif %}
{% endblock %}