description = "Pricing 3 Section" [viewBag] ==
{% if data.section_pricing3_header %}

{{ data.section_pricing3_header }}

{% endif %} {% if data.section_pricing3_subheader %}
{{ data.section_pricing3_subheader }}
{% endif %} {% if data.section_pricing3_type == 'both' %}
MONTHLY
YEARLY
{% endif %}
{% set aos = ['flip-left', 'flip-up', 'flip-right', 'flip-left', 'flip-down', 'flip-right'] %} {% for fields in data.section_pricing3 %} {% if data.section_pricing3_type == 'both' %} {% set profit = (fields.section_pricing3_mprice * 12) - fields.section_pricing3_yprice %} {% endif %}
{% if fields.section_pricing3_popular %}Popular{% endif %}
{{ fields.section_pricing3_title }}
{{ fields.section_pricing3_subtitle }}
{{ data.section_pricing3_currency }} {% if data.section_pricing3_type != 'year' %} {{ fields.section_pricing3_mprice }} /mo {% endif %} {% if data.section_pricing3_type != 'month' %} {{ fields.section_pricing3_yprice }} /yr {% endif %} {% if fields.section_pricing3_btn_link is not empty %} {{ fields.section_pricing3_btn_label }} {% endif %} {% if data.section_pricing3_type == 'both' %} Save {{ data.section_pricing3_currency }}{{ profit }} a Year, choosing annual payment {% endif %}
    {% for features in fields.section_pricing3_features %}
  • {% if features.section_pricing3_features_icon %}{% endif %} {{ features.section_pricing3_features_title }}
  • {% endfor %}
{% endfor %}
{% if data.section_pricing3_type == 'both' %} {% put scripts %} {% endput %} {% endif %}