{% extends 'frontend/layouts/index.html.twig' %} {% block publiccontent %} {% if isConnectedToAiApp is defined %} {% endif %}
{% if product.images %}
{% for image in product.images %} Thumbnail {% endfor %}
{% else %}
{{ product.name }}
{% endif %}

{{ product.name }}

{{ product.regularprice|number_format(2,',','.') }} € / Month
    {% for productPoints in shortDescriptionArray %}
  • {{ productPoints }}
  • {% endfor %}
Category: {{ product.category.name }}
Duration: {{ form_start(form) }} {{ form_widget(form.durationMonth) }}

{% if product.getTrialsDay %}
You have a {{ product.getTrialsDay }}-day trial period for this product.
{% endif %} {{ form_widget(form.subscribe) }} {{ form_end(form) }}
DESCRIPTION

{{ product.description|nl2br }}

{% endblock %} {% block javascripts %} {% if isConnectedToAiApp is defined and isConnectedToAiApp is not null %} {% endif %} {% endblock %}