description = "Pricing 1 Section" [viewBag] ==
{% if data.section_pricing1_header %}

{{ data.section_pricing1_header }}

{% endif %} {% if data.section_pricing1_subheader %}
{{ data.section_pricing1_subheader }}
{% endif %} {% if data.section_pricing1_type == 'both' %}
MONTHLY
YEARLY
{% endif %}
{% set aos = ['flip-left', 'flip-up', 'flip-right', 'flip-left', 'flip-down', 'flip-right'] %} {% for fields in data.section_pricing1 %} {% if data.section_pricing1_type == 'both' %} {% set profit = (fields.section_pricing1_mprice * 12) - fields.section_pricing1_yprice %} {% endif %}
{% if fields.section_pricing1_popular %}Popular{% endif %}
{{ fields.section_pricing1_title }}
{{ fields.section_pricing1_subtitle }}
{{ data.section_pricing1_currency }} {% if data.section_pricing1_type != 'year' %} {{ fields.section_pricing1_mprice }} /mo {% endif %} {% if data.section_pricing1_type != 'month' %} {{ fields.section_pricing1_yprice }} /yr {% endif %} {% if data.section_pricing1_type == 'both' %} Save {{ data.section_pricing1_currency }}{{ profit }} a Year, choosing annual payment {% endif %}
    {% for features in fields.section_pricing1_features %}
  • {% if features.section_pricing1_features_icon %}{% endif %} {{ features.section_pricing1_features_title }}
  • {% endfor %}
{% if fields.section_pricing1_btn_link is not empty %} {% endif %}
{% endfor %}
{% if data.section_pricing1_type == 'both' %} {% put scripts %} {% endput %} {% endif %}