{{ item.nickname }}
{% if item.id in active_plans %}
{% else %}
{% endif %}
{% for key,value in item.metadata['features'].iteritems() %}
{{ key }}
{% if value == True %}
{% elif value == False %}
{%else %}
{{value}}
{% endif %}
{% endfor %}
{% if platform != 'mobile' and item.amount > 0 and item.name not in active_plans %}
{% if active_plans|length > 0 %}
Upgrade
{% endif %}
{% elif item.amount == 0 and platform != 'mobile' and item.id not in active_plans %}
This Plan is Plan
Free/Signup
{% elif item.amount == 0 and platform != 'mobile' %}
{% endif%}