{{page.pricing_data.t_headline}}

{{page.pricing_data.t_subheadline}}

{% if page.pricing_data.i_image != null %} {% assign image_alt = page.pricing_data.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture pricing_schedule pages/{{ page.pricing_data.i_image }} alt="{{ image_alt }}" class="" %} {% endif %}
{% for item in page.pricing_data.img_sec %}
{% if item.i_image != null %} {% assign image_alt = item.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture appleandroid pages/{{ item.i_image }} alt="{{ image_alt }}" class="item.i_col_class" %} {% endif %}

{{item.t_text}}

{% endfor %}