{% load static %} MedicHub | Joburi Medicale România

Găsește următorul pas în cariera ta medicală.

Acces instantaneu la toate posturile vacante din spitalele publice.

{% for s in spitale_unice %}

Posturi disponibile: {{ joburi.paginator.count }}

{% for job in joburi %}
{{ job.categorie|truncatechars:25 }} {{ job.adresa_exacta }}

{{ job.unitate|default:job.titlu }}

{{ job.descriere }}

Angajator {{ job.angajator }}
Detalii
{% empty %}

Nu am găsit niciun anunț conform criteriilor selectate.

Resetează filtrele
{% endfor %}
{% if joburi.has_other_pages %}
{% if joburi.has_previous %} {% endif %}
Pagina {{ joburi.number }} din {{ joburi.paginator.num_pages }}
{% if joburi.has_next %} {% endif %}
{% endif %}