{% load static i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans 'University ATS' %}{% endblock %} {% comment %} Load correct Bootstrap CSS file for RTL/LTR {% endcomment %} {% if LANGUAGE_CODE == 'ar' %} {% else %} {% endif %} {% block customCSS %}{% endblock %}
{% trans 'Saudi Vision 2030' %}
جامعة الأميرة نورة بنت عبدالرحمن الأكاديمية
ومستشفى الملك عبدالله بن عبدالرحمن التخصصي
Princess Nourah bint Abdulrahman University
King Abdullah bin Abdulaziz University Hospital
KAAUH Logo
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% block content %} {% endblock %}
{% include 'includes/delete_modal.html' %} {% comment %} {% if request.user.is_authenticated and request.user.is_staff %} {% endcomment %} {% comment %} {% endif %} {% endcomment %} {% block customJS %}{% endblock %}