{% if alias %}
{{alias.replace('-',' ') }}
{% else %}
{{app_name.replace('-',' ') }}
{% endif %}
Available Plans
{% for item in plans%}
{{ item.nickname }}

{% for key,value in item.metadata['features'].iteritems() %}
{{ key }}
{% if value == True %}
{% elif value == False %}
{%else %}
{{value}}
{% endif %}
{% endfor %} {% if item.amount > 0 and platform != 'mobile' %}
{% elif item.amount == 0 and platform != 'mobile' %}
This Plan is Plan
Login to Start
{% endif%}
{% endfor %}
support@the-phi.com