{% extends "base.html" %} {% block title %}Vacatures · VacatureRadar{% endblock %} {% block content %}
Gerangschikte resultaten

{{ page_obj.paginator.count }} vacatures gevonden

{% if current_sort == 'newest' %}Nieuwste eerst{% elif current_sort == 'closing' %}Deadline eerst{% else %}Matchvolgorde{% endif %}
{% for job in jobs %} {% widthratio job.match_confidence 1 100 as confidence_percent %}
{{ job.get_status_display }}{% if job.match_recommendation %}{% if job.match_recommendation == 'strong' %}Sterke match{% elif job.match_recommendation == 'possible' %}Mogelijke match{% elif job.match_recommendation == 'weak' %}Lage match{% else %}Verborgen{% endif %}{% endif %}{% if current_focus != 'all' %}IT-focus{% endif %}

{{ job.original_title }}

{{ job.employer_name }}

{% if job.match_score is not None %}
{{ job.match_score|floatformat:0 }}%Datakwaliteit {{ confidence_percent }}%
{% else %}
Nog niet gescoord
{% endif %}
{{ job.raw_location|default:"Locatie onbekend" }}{{ job.get_workplace_type_display }}{{ job.first_seen|date:"d/m/Y" }}{% if job.direct_employer %}Directe werkgever{% endif %}
{% if job.match_positives.0 %}

{{ job.match_positives.0 }}

{% elif job.skills_required %}

Herkenbare skills: {{ job.skills_required|slice:":4"|join:", " }}

{% elif job.description_text %}

{{ job.description_text|truncatewords:24 }}

{% endif %} {% if job.match_concerns.0 %}

{{ job.match_concerns.0 }}

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

Geen passende vacatures gevonden

Pas de filters aan of open het volledige bronarchief. Niet-IT-vacatures en harde uitsluitingen blijven standaard bewust uit je radar.

Volledig archief bekijken
{% endfor %}
{% if is_paginated %}{% endif %}
{% endblock %}