{% extends "core/base.html" %} {% block title %}Company Suspended{% endblock %} {% block content %}

Access Suspended

{% if company %}

{{ company.name }}'s subscription has expired or the account has been suspended.

{% else %}

This company's subscription has expired or the account has been suspended.

{% endif %}

Please contact SwiftPOS Support to renew or reactivate your account.

WhatsApp Support {% if user.is_authenticated %} Manage Subscription Log Out {% endif %} Home
{% endblock %}