From c20dbfc6c23f41cad0f7b37d4891b9fb1c74ca40 Mon Sep 17 00:00:00 2001
From: emile
Date: Thu, 11 Jul 2024 16:21:09 +0300
Subject: [PATCH] new
---
.../__pycache__/views.cpython-310.pyc | Bin 7471 -> 7686 bytes
.../templates/products/osicard-plans.html | 61 ++++++++++++++----
osinaweb/customercore/views.py | 11 ++++
osinaweb/db.sqlite3 | Bin 1560576 -> 1560576 bytes
4 files changed, 58 insertions(+), 14 deletions(-)
diff --git a/osinaweb/customercore/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/__pycache__/views.cpython-310.pyc
index fa6a0b83fbdef500ad68bbdb568bf7da39dc2550..00340c908d487c0f2dec9200f31a60e4fdb39507 100644
GIT binary patch
delta 569
zcmZ2))n>z&&&$ij00iYX`_sC#Hu6~tPX5N%#mQE~Uc*ttQo}mAlV7IZ*)hmP!O1b$
z)43=OsJ2SLAIJoW1&28Lxd0he{4kM#AXi_{P~VWE44^_ywxT>BRg@1R3V_5df&Ajk
z&&Dx2&mraC!FD2VaypnDipnyy7r+vF*d0gPRfpGx{l
zbOXgTS&Bq~)Gd~j#FE4!uxWx|gJPw`8J#DWN+~kV06SxkR1$YM+!-?`Yf3+4oG_VN
rCPl9dWP3S?r~na_AfgFGG=qp15YY!BW`Ky9ljq75GfGSrl$8Sjjsclw
delta 502
zcmZp(S#QOc&&$ij00b^kt!cZ}H}Y8u`m+JKtU&A!#Kks1qJ$xfF^egMF@>p@aRKu}
zhFazl7LZ5{Ll$cmTMcsxa|%l@b1h2>YYj^#V=Ze5dksShTMcV7b1;J@`{WOTq8uSb
z89;-I@+PMUsWGxm?iP|~%$q!sQ)2RUAz=ZK1B95x7+IKE{`0UDl}z3!DKc3>IGOtr
zNRKLrCl3WD$Gq`y9=6NFj8QCg80+o|ziYZM#DyG8t
zVe%_6UB(8u9$RrAZhl6XJ&kbjo#KAnQgHDmu(+DUC&uQ*%YLojV6&ZVgD%bKh1Es21OH0ypEs9zuXG;Yzc1+$Q$6/month
-
+ {% if not active_order_item_standard %}
+
+ {% else %}
+
+ {% endif %}
Features:
@@ -214,19 +220,25 @@
+ class="w-full h-full border border-gray-200 p-9 flex flex-col gap-5 items-center {% if active_order_item_premium %} bg-black bg-opacity-20 {% endif %}">
Business
-
+ {% if not active_order_item_premium %}
+
+
+
+ {% else %}
-
+ class="w-fit px-9 py-2 bg-white border border-green-700 text-green-700 uppercase cursor-default">Currently
+ Subscribed
+ {% endif %}
Features:
@@ -311,19 +323,26 @@