{% extends 'applicant/partials/candidate_facing_base.html' %} {% load static i18n %} {% block title %}{% trans "Career Opportunities" %} | KAAUH{% endblock %} {% block content %}

{% trans "Build Your Future with KAAUH" %}

{% trans "Join a community of excellence in healthcare and research." %}

{{ total_open_roles|default:"0" }} {% trans "Roles Found" %}
{% if selected_job_type %} {% trans "Type" %}: {{ selected_job_type }} {% endif %} {% if selected_workplace_type %} {% trans "Workplace" %}: {{ selected_workplace_type }} {% endif %} {% if selected_department %} {% trans "Dept" %}: {{ selected_department }} {% endif %} {% if selected_job_type or selected_workplace_type or selected_department %} {% trans "Clear All" %} {% endif %}
{% endblock %}