{% extends '_base.html' %} {% load static %} {% load processes_tags %} {% load humanize %} {% block sidebar %} {% include 'sidebars/admin.html' %} {% endblock sidebar %} {% block navbar %} {% include 'navbars/admin.html' %} {% endblock navbar %} {% block title %}{{ step.name }} - درخواست {{ instance.code }}{% endblock %} {% block style %} {% endblock %} {% block content %} {% include '_toasts.html' %} {% instance_info_modal instance %}

{{ step.name }}: {{ instance.process.name }}

{% instance_info instance %}
بازگشت
{% stepper_header instance step %}
{% csrf_token %}
{{ step.name }}
{{ step.description|default:' ' }}
{% if existing_quote %}
پیش‌فاکتور موجود
{{ existing_quote.name }} | مبلغ کل (با احتساب مالیات): {{ existing_quote.final_amount|floatformat:0|intcomma:False }} ریال | وضعیت: {{ existing_quote.get_status_display_with_color|safe }}
{% endif %}
{% if is_broker or existing_quote %}
{% for item in items %} {% with selected_qty=existing_quote_items|get_item:item.id %} {% endwith %} {% endfor %}
آیتم قیمت واحد تعداد
{{ item.name }} {% if item.is_default_in_quotes %} پیش‌فرض {% endif %} {% if item.description %}{{ item.description }}{% endif %}
{{ item.unit_price|floatformat:0|intcomma:False }} ریال
{% else %}
شما دسترسی به ثبت اقلام ندارید.
{% endif %}
{% if previous_step %} قبلی {% else %} {% endif %} {% if is_broker %} {% if step_instance.status == 'completed' %} {% if next_step %}
{% else %} {% endif %} {% else %} {% endif %} {% else %} {% if next_step %} مرحله بعد {% else %} اتمام {% endif %} {% endif %}
{% endblock %} {% block script %} {% endblock %}