{% extends "base.html" %} {% load static %} {% block title %}Carrières — Jool International{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Rejoignez l'aventure Jool

Nous construisons l'avenir de l'agriculture africaine. Découvrez nos opportunités et faites partie de l'équipe.

Département : Tous {% for value, label in departments %} {{ label }} {% endfor %}
{% for job in jobs %}
{{ job.get_department_display }} {{ job.get_contract_type_display }}
{{ job.title }}
location_on {{ job.location }} {% if job.is_remote %}wifi Télétravail{% endif %} {% if job.salary_range %}payments {{ job.salary_range }}{% endif %}
{% empty %}

Aucune offre disponible pour le moment.
Revenez bientôt !

{% endfor %}
{% endblock %}