{# templates/subscription_status_modal.html - Globally included #} {% if g.user and g.user.is_pro %}
Active Subscription
Pro since: {% set pro_dt = g.user.pro_since %} {% if pro_dt %}{{ (pro_dt|string)[:10] }}{% endif %}