{% translate "Your Career in Health & Academia starts here." %}
{% translate "Join KAAUH, a national leader in patient care, research, and education. We are building the future of healthcare." %}
{% translate "Find Your Path" %} {% translate "About US" %}
{% for job in active_jobs %}
{# The original card structure, now dynamically filled with job data #}
{# NOTE: Assuming job.department and job.location exist in your context #}
{{ job.title }}
{# NOTE: You will need to define how job.category or job.tag is determined for the badge logic #} {% comment %} Placeholder: Use job.tag or implement conditional logic {% endcomment %} {% if job.tag_slug == 'clinical' %}{% translate "Clinical" %} {% elif job.tag_slug == 'research' %}{% translate "Research/Contract" %} {% else %}{% translate "General" %}{% endif %}{{ job.department }}
{{ job.location|default:"Riyadh, KSA" }}
{{ job.focus|default:"High Reliability Focus" }}
{{ job.employment_type|default:"Full-Time" }}
{% empty %}
{% translate "We currently have no open roles that match your search. Please check back soon!" %}
{% endfor %}