{% import 'languages/'+lang|default('en')+'.html' as lang %} {% for s in sub %} {{lang.words.plan|title()}} {{s.Plan|title()}} {{lang.words.status|title()}} {% if s.Plan == 'free' %} N/A {% else %} {{lang.words.active|title()}} {% else %} style="color: var(--color-blue-dark); font-weight: bold">Blocked {% endif %} {% endif %} {{lang.words.pay_method|title()}} {% if s.Plan == 'free' %} N/A {% else %} {% if s.Method == 'boosty' %} Boosty {% elif s.Method == 'patreon' %} Patreon {% else %} {{s.Method}} {% endif %} {% endif %} {% endfor %}