{% 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

{% for ticket in customer_open_tickets %} {% endfor %}
Subject Ticket ID Regarding Last Updated Updated By Unread

{{ticket.title}}

{{ticket.ticket_number}}

{{ticket.regarding}}

{{ticket.last_update_date_added}}

{{ticket.last_update_added_by}}

{{ticket.unread_updates_count}}

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 %}