{% extends "customer_main.html" %} {%load static%} {% block content %}

Subscriptions

{% for subscription in active_subscriptions %} {% if subscription.item.item_type.name == 'OSIMENU' %}
{% if subscription.item.item_type.name == 'OSIMENU' %} {% endif %}

Expires: {{subscription.end_at}}

{% elif subscription.item.item_type.name == 'OSICARD' %}

Expires: {{subscription.end_at}}

{% endif %} {% endfor %}

Tickets

Subject Ticket ID Regarding Date Created Last Updated Updated By

My Account Balance

22666766

Django

20-2-2024

20-2-2024

Ositcom Ltd

Invoices

Due Date Title Description Status Amount

20-2-2024

Invoice 1

Invoice description section

Pending

200

Other Ways to Get Help

Guides & Tutorials

View Osina guides and tutorials for all experience levels.

Community Q&A

Ask questions, find answers, and connect with other members of the Ositcom community.

Ositcom Status Page

Get Updates on Ositcom incidents and maintenance.

Customer Support

View or open Ositcom Support tickets.

{% endblock %}