{% if product.images|length > 0 %}
{% else %}
{% endif %}
{% if product.metadata.label %} {{product.metadata.label}} {% else %} {{product.name.replace('-',' ')}} {% endif %}
{% if product.metadata.label %} {{product.metadata.label}} {% else %} {{product.name.replace('-',' ')}} {% endif %}
{{description}}
{% for item in plans%}
{{ item.nickname }}
{% if item.id in active_plans %}
{% else %}
{% endif %} {% if 'unit_amount' in item %} {% if item.unit_amount == 0%}
{%else%}
$ {{ item.unit_amount/100 }}
/
{{item.recurring.interval[:]}}
{% endif %} {% else %}
{% endif %}
{% for key,value in item.metadata['features'].items() %}
{{ key.replace('_',' ') }}
{% if value == True %}
{% elif value == False %}
{%else %}
{{value}}
{% endif %}
{% endfor %}
{% if 'unit_amount' in item %}
Signup Now
{% if item.unit_amount == 0 %}
Free
{%else%}
$ {{ item.unit_amount/100 }}
/
{{item.recurring.interval[:]}}
{% endif %}
{% else %}
Contact Us
{% endif %}
{% endfor %}