{% if alias %}
{{alias.replace('-',' ') }}
{% else %}
{{app_name.replace('-',' ') }}
{% endif %}
Available Plans
{% for item in plans%}
{{ 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 %}

{% elif item.amount == 0 and platform != 'mobile' %}

Current Plan
{% endif%}
{% endfor %}
support@the-phi.com