{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Job Bank - All Opportunities" %}{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{% trans "Explore all available opportunities across departments and find your perfect role" %}
{% if search_query or department_filter or job_type_filter or workplace_type_filter or status_filter or date_filter %} {% trans "We couldn't find any jobs matching your current filters. Try adjusting your search criteria or clearing some filters." %} {% else %} {% trans "There are currently no job postings in the system. Check back later for new opportunities!" %} {% endif %}
{% trans "Clear Filters" %}