+
+ کلاس
+ {{ pending.class?.name || '—' }}
+
+
+ دوره
+ {{ pending.course?.title || '—' }}
+
+
+ نوع درخواست
+ {{ pending.type === 'class_request' ? 'درخواست تشکیل کلاس' : 'ثبتنام' }}
+
+
+ طرح پرداخت
+ {{ planLabel(pending.paymentPlan) }}
+
+
+ شهریه
+ {{ formatPrice(pending.tuitionFee) }}
+
+
+ مبلغ پرداختی
+ {{ formatPrice(pending.amountDueNow) }}
+
+
+ تخفیف پرداخت یکجا
+ {{ formatPrice(pending.paymentDiscount) }}
+
+
+ قسط دوم
+
+ {{ formatPrice(pending.secondInstallmentAmount) }}
+
+ · {{ formatJalali(pending.secondInstallmentDueDate) }}
+
+
+
+
+ وضعیت
+
+
+