{% extends 'portal/base_portal.html' %} {% block title %}Subscription - IXG Buyer Portal{% endblock %} {% block content %}
| Plan | {{ sub.get_plan_display }} |
| Status | {{ sub.get_status_display }} |
| Current Period End | {{ sub.current_period_end|date:'d/m/Y'|default:'-' }} |
| Since | {{ sub.created_at|date:'d/m/Y' }} |
You don't have an active subscription.
{% endif %}