15 lines
557 B
Plaintext
15 lines
557 B
Plaintext
VacatureRadar — dagelijkse selectie
|
|
|
|
{{ digest.strong_count }} sterke matches
|
|
{{ digest.possible_count }} mogelijke matches
|
|
|
|
{% for score in digest.scores %}{{ score.title }} — {{ score.employer }}
|
|
Score {{ score.score|floatformat:0 }}/100 · {{ score.location }}
|
|
{% if score.positives %}Waarom: {{ score.positives|join:"; " }}{% endif %}
|
|
{% if score.concerns %}Aandachtspunt: {{ score.concerns.0 }}{% endif %}
|
|
{{ score.url }}
|
|
|
|
{% empty %}Geen nieuwe aanbevelingen in deze digest.
|
|
{% endfor %}
|
|
Open VacatureRadar voor feedback en sollicitatieopvolging.
|