{% import 'languages/'+lang|default('en')+'.html' as lang %} {% if sub.Plan == 'user' %} {% set plan = 'Home' %} {% elif sub.Plan == 'company' %} {% set plan = 'Enterprise' %} {% elif sub.Plan == 'cloud' %} {% set plan = 'Cloud' %} {% elif sub.Plan == 'support' %} {% set plan = 'Premium' %} {% elif sub.Plan == 'Trial' %} {% set plan = 'Trial' %} {% else %} {% set plan = 'Free' %} {% endif %} {{lang.words.plan|title()}} {{plan}} {{lang.words.status|title()}} {% if plan == 'Free' %} N/A {% else %} {{lang.words.active|title()}} {% else %} style="color: var(--red-color); font-weight: bold">Blocked {% endif %} {% endif %} {{lang.words.pay_method|title()}} {% if plan == 'Free' %} N/A {% else %} {% if sub.Method == 'Boosty' %} Boosty {% elif sub.Method == 'Patreon' %} Patreon {% else %} {{sub.Method}} {% endif %} {% endif %}