{% block head %}{% endblock %}
{% if current_user.is_authenticated %}
{{ _('nav.dashboard') }}
{% if current_user.has_premium_access %}
{{ _('nav.courses') }}
{{ _('nav.tickets') }}
{{ _('nav.market') }}
{{ _('nav.society') }}
{{ _('nav.grants') }}
{% endif %} {% endif %}
{% if current_user.is_authenticated %}
{{ _('nav.new_study') }}
{% if unread_notifications > 0 %}
{% endif %}
{{ _('nav.notifications') }}
{{ _('nav.no_notifications') }}
{{ _('nav.view_all') }}
{{ current_user.name }}
{{ current_user.plan.name if current_user.plan else 'Free' }} Plan
{{ current_user.name[:1] }}
{{ current_user.name }}
{{ current_user.email }}
{{ _('nav.settings') }}
{{ _('nav.subscriptions') }}
{% if current_user.is_admin %}
{{ _('nav.admin') }}
{% endif %}
{{ _('common.language') }}
العربية
English
{{ _('nav.logout') }}
{% else %}
ع
EN
{{ _('nav.login') }}
{{ _('nav.register') }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{% if category == 'success' %}✓{% elif category == 'error' %}✕{% else %}ℹ{% endif %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block footer %} {% endblock %} {% block scripts %}{% endblock %}