{% if categories is defined and categories is not empty %}
{% endif %}
Price
{% if product_for is defined and product_for is not empty%}
{%for product_for in product_for%}
{% if product_for.language_id == language.language_master_id %}
{% set input_text_displayed = false %}
{% if sub_packages.price_array is not empty %}
{% for priceAray in sub_packages.price_array %}
{% if priceAray.duration == product_for.name_db %}
{% set input_text_displayed = true %}
{% endif %}
{% endfor %}
{% if input_text_displayed == false %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{% endfor %}
{%else%}
{% endif %}