{% load unfold i18n %} {% if pending_count%}

notifications سفارش جدید داری {{ pending_count }}

{% component "unfold/components/flex.html" with class="flex-col gap-4 lg:flex-row" %} {% component "unfold/components/button.html" with href="/admin/order/ordermodel/" %} نمایش سفارشات {% endcomponent %} {% endcomponent %}
{% endif %} {% if open_tickets_count%}

confirmation_number تیکت جدید داری {{ open_tickets_count }}

{% component "unfold/components/flex.html" with class="flex-col gap-4 lg:flex-row" %} {% component "unfold/components/button.html" with href="/admin/ticket/ticket/" %} نمایش تیکت ها {% endcomponent %} {% endcomponent %}
{% endif %}