{# Use a large, commanding font size #}
{% trans "Your Career in Health & Academia Starts Here." %}
{% trans "Join KAAUH, a national leader in patient care, research, and education. We are building the future of healthcare." %}
{# Primary Action to scroll to listings/filters #} {% trans "Find Your Path" %} {# Secondary Action #} {% trans "About US" %}
{# 📌 LEFT COLUMN: FILTERS (Smaller on larger screens) #}
{# Mobile Filter Toggle (Used aria-controls for better accessibility) #}
{# 📜 RIGHT COLUMN: JOB LISTINGS (Wider on larger screens) #}
{# Sticky Filter Bar (Summary of results and active filters) #}
{# Job Cards Grid #}
{% for job in active_jobs %}
{# Optimized Job Listing Card #}
{% endfor %}
{# Load More Button #}
{% if show_load_more %}
{% endif %}
{# Job Title #}
{# Department/Context (Sub-text) #}
{{ job.title }}
{# Tag Badge (Prominent) #} {% trans "Apply Before: " %}{{job.application_deadline}}{% trans 'Department: '%}{{ job.department|default:"KAAUH Department" }}
{# Job Metadata Icons (Horizontal list for quick scan) #}
{{ job.location_country|default:"Kindom of Saudi Arabia" }} | {{job.location_state|default:"Riyadh Province"}} | {{job.location_city|default:"Riyadh"}}
{{ job.workplace_type|default:"" }}
{{ job.job_type|default:"Full-Time" }}
{% if job.posted_date %}
{% trans "Posted:" %} {{ job.posted_date|timesince }} {% trans "ago" %}
{% endif %}
{% empty %}
{% trans "No Matching Opportunities" %}
{% trans "We currently have no open roles that match your search and filters. Please modify your criteria or check back soon!" %}