{% trans "KAAUH Applicant Tracking System" %}
{% if request.user.get_unread_message_count > 0 %}
{{ request.user.get_unread_message_count }}
{% endif %}
{% if LANGUAGE_CODE == 'en' %}
{% else %}
{% endif %}
{% if request.user.is_authenticated %}
{% endif %}