{% block page_title %}Dashboard{% endblock %}
{% if current_user.language == 'en' %}In the name of Allah, the Most Gracious, the Most Merciful{% elif current_user.language == 'ar' %}بسم الله الرحمن الرحيم{% else %}بسم الله الرحمن الرحيم{% endif %}
{{ current_user.name[0]|upper }}
{% for category, message in messages %}
{% endif %}
{% endwith %}
{% if category == 'success' %}
{% elif category == 'error' or category == 'danger' %}
{% else %}
{% endif %}
{{ message }}
{% endfor %}
{% block content %}{% endblock %}