{% block extra_head %}{% endblock %} {% set nav_items = [ ('dashboard', 'bi-speedometer2', 'داشبورد'), ('cases_list', 'bi-folder2-open', 'لیست کیس‌ها'), ('case_new', 'bi-plus-circle', 'ثبت کیس جدید'), ('doctors_list', 'bi-people', 'حساب دکترها'), ('reports', 'bi-bar-chart-line', 'گزارش‌ها'), ] %}
{% for endpoint, icon, label in nav_items %} {{ label }} {% endfor %}
خروج از حساب
{% block page_title %}داشبورد{% endblock %}
{% block topbar_actions %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}