{% block extra_css %}{% endblock %}
বাংলা
|
English
{% if unread_count and unread_count > 0 %}
{{ unread_count }}
{% endif %}
{% if nav_user %}
{{ nav_user.name }}
{{ nav_user.district or '' }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ t(message) }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %}