emile 10 months ago
parent a356aab63d
commit 51fdda3b58

@ -293,6 +293,7 @@
<!-- SUBSCRIPTIONS -->
{% if customer_active_subscriptions %}
<div class="mt-10 relative">
<div class=" bg-gray-200 rounded-t-md flex justify-between items-center text-white text-xl font-bold h-[50px]">
<div class="px-3">
@ -317,16 +318,18 @@
<div class="w-full bg-white border border-gray-100 shadow-md flex justify-start items-center p-3">
<p class="text-secondosiblue text-base">Expires:{% if subscription.end_at %} <span
class="font-semibold">{{subscription.end_at}} {% else %} <span class="font-semibold">No
Expiry {% endif %}</span> {{subscription.id}}
Expiry {% endif %}</span>
</p>
</div>
</div>
{% endfor %}
</div>
</div>
{% endif %}
<!-- PAYMENTS -->
{% if customer_payments %}
<div class="mt-10 relative">
<div class=" bg-gray-200 rounded-t-md flex justify-between items-center text-white text-xl font-bold h-[50px]">
<div class="px-3">
@ -447,6 +450,7 @@
</table>
</div>
</div>
{% endif %}
<button

Loading…
Cancel
Save