{{ 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 %}
{{ job.original_title }}
{{ job.employer_name }}
{{ job.match_score|floatformat:0 }}%confidence {{ job.match_confidence|floatformat:2 }}
{% endif %}
Herkenbare skills: {{ job.skills_required|slice:":4"|join:", " }}
{% elif job.description_text %}{{ job.description_text|truncatewords:24 }}
{% endif %}