{% extends 'base.html' %} {% block title %}Upgrade Plan — Avighna{% endblock %} {% block content %}
Current plan: {{ org.get_plan_display }} {% if org.is_trial and not org.trial_expired %} — {{ org.trial_days_remaining }} days remaining in trial {% endif %}