{% load static i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% get_available_languages as LANGUAGES %}
{% get_language_info_list for LANGUAGES as language_info_list %}
{% trans "Careers" %} - {% block title %}{% translate "Application Form" %}{% endblock %}
{% comment %} Load the correct Bootstrap CSS file for RTL/LTR {% endcomment %}
{% if LANGUAGE_CODE == 'ar' %}
{% else %}
{% endif %}
{% if messages %}
{# Use responsive columns matching the main content block for alignment #}