{% 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 %}{% trans "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 #}
{% for message in messages %} {% endfor %}
{% endif %} {# ================================================= #} {# DJANGO MESSAGE BLOCK - Placed directly below the main navbar #} {# ================================================= #} {# ================================================= #} {% block content %} {% endblock content %} {% block customJS %} {% endblock %}