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

Projects

{% endif %}

Subscriptions

Tickets

{% for ticket in customer_open_tickets %} {% include 'details_templates/partials/customer-ticket-display.html' %} {% endfor %}
Subject Ticket ID Regarding Last Updated

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