{{ form_start(form, {'attr': {'id': 'product_form'}}) }}
{% if priceDisable == true %} {% endif %}
{{ form_row(form.name) }}
{{ form_row(form.description) }}
{{ form_row(form.regular_price) }}
{{ form_row(form.sale_price) }}
{{ form_row(form.category) }}
{{ form_row(form.status) }}
{% if app.request.server.get('WHITE_LABLE_CLIENT') == "ai_growth" %}
{{ form_row(form.role) }}
{% endif %} {% if product.id %}
Add Short Description
{% for description in shortDescriptionArray %}
{% endfor %}
{% else %}
Add Short Description
{% endif %}
{{ form_row(form.images) }} {% if existing_images is defined and existing_images is not empty %} {% endif %}
{{ form_row(form.display_product_name) }}
{{ form_row(form.has_trials) }}

{{ form_row(form._token) }}
{{ form_end(form) }}