templates/front/_partials/pricing.html.twig line 1
<section class="section bg-light" id="pricing">
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<div class="section-title text-center mb-4 pb-2">
{% if app.request.locale == 'fr' %}
<h4 class="title mb-4">Des tarifs transparents, sans engagement</h4>
<p class="text-muted para-desc mx-auto mb-0">
Choisissez votre plan avantageux qui correspond à la taille et aux
besoins de votre entreprise, aucun engagement à long terme requis.
</p>
{% endif %} {% if app.request.locale == 'ar_DZ' %}
<h4 class="title mb-4">أسعار شفافة، دون التزام</h4>
<p class="text-muted para-desc mx-auto mb-0">
اختر خطتك المفيدة التي تتوافق مع حجم واحتياجات عملك، دون التزام طويل
الأمد المصطلح المطلوب
</p>
{% endif %}
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="pricing text-center rounded overflow-hidden shadow">
<div class="price-header bg-dark pt-5 pb-5">
<h5 class="price-title text-white">
{{ products[0].name }}
</h5>
<p class="mb-0 text-white-50">
{{ products[0].description }}
</p>
</div>
<div
class="d-flex justify-content-center bg-light border-bottom py-4"
>
<span class="price h4 mb-0 ms-1"> Gratuit </span>
</div>
<div class="pricing-features text-start">
<ul class="feature list-unstyled py-4 p-3 mb-0">
{% for item in products[0].details[app.request.locale]|default('')
%}
<p class="mb-3 font-size-15">
{% if item.checked %}
<i
class="mdi mdi-check-circle text-success font-size-18 me-2"
></i>
{% else %}
<i
class="mdi mdi-check-circle text-warning font-size-18 me-2"
></i>
{% endif %}
{{ item.text }}
</p>
{% endfor %}
</ul>
<div class="border-top text-center py-4">
<a href="{{ path('app_register') }}" class="btn btn-dark">
{% trans %} S'inscrire maintenant{% endtrans %}
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="pricing text-center rounded overflow-hidden shadow">
<div class="price-header bg-dark pt-5 pb-5">
<h5 class="price-title text-white">
{{ products[1].name }}
</h5>
<p class="mb-0 text-white-50">
{{ products[1].description }}
</p>
</div>
<div
class="d-flex justify-content-center bg-light border-bottom py-4"
>
<span
class="h6 mb-0"
>{{ company is defined ? company.currencie : 'DZD' }}</span
>
<span class="price h4 mb-0 ms-1">
{{ products[1].price|number_format(0, '.', ' ') }}
</span>
<span class="h6 align-self-end mb-1">
/ {% trans %} month {% endtrans %}
</span>
</div>
<div class="pricing-features text-start">
<ul class="feature list-unstyled py-4 p-3 mb-0">
{% for item in products[1].details[app.request.locale]|default('')
%}
<p class="mb-3 font-size-15">
{% if item.checked %}
<i
class="mdi mdi-check-circle text-success font-size-18 me-2"
></i>
{% else %}
<i
class="mdi mdi-check-circle text-warning font-size-18 me-2"
></i>
{% endif %}
{{ item.text }}
</p>
{% endfor %}
</ul>
<div class="border-top text-center py-4">
<a
class="btn btn-dark"
href="{{ path('app_buy_index', { product: products[1].id }) }}"
>{% trans %}Acheter maintenant{% endtrans %}</a
>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div
class="pricing text-center rounded overflow-hidden shadow-lg bg-light"
>
<div class="price-header bg-primary pt-5 pb-5">
<h5 class="price-title text-white">
{{ products[2].name }}
</h5>
<p class="mb-0 text-white-50">
{{ products[2].description }}
</p>
</div>
<div
class="d-flex justify-content-center bg-light border-bottom py-5"
>
<span
class="h6 mb-0"
>{{ company is defined ? company.currencie : 'DZD' }}</span
>
<span class="price h4 mb-0 ms-1">
{{ products[2].price|number_format(0, '.', ' ') }}
</span>
<span class="h6 align-self-end mb-1">
/ {% trans %} month {% endtrans %}</span
>
</div>
<div class="pricing-features text-start">
<ul class="feature list-unstyled py-2 p-3 mb-0">
{% for item in products[2].details[app.request.locale]|default('')
%}
<p class="mb-3 font-size-15">
{% if item.checked %}
<i
class="mdi mdi-check-circle text-success font-size-18 me-2"
></i>
{% else %}
<i
class="mdi mdi-check-circle text-warning font-size-18 me-2"
></i>
{% endif %}
{{ item.text }}
</p>
{% endfor %}
</ul>
<div class="border-top text-center py-5">
<a
class="btn btn-primary"
href="{{ path('app_buy_index', { product: products[2].id }) }}"
>{% trans %}Acheter maintenant{% endtrans %}</a
>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="pricing text-center rounded overflow-hidden shadow">
<div class="price-header bg-dark pt-5 pb-5">
<h5 class="price-title text-white">
{{ products[3].name }}
</h5>
<p class="mb-0 text-white-50">
{{ products[3].description }}
</p>
</div>
<div
class="d-flex justify-content-center bg-light border-bottom py-5"
>
<span
class="h6 mb-0"
>{{ company is defined ? company.currencie : 'DZD' }}</span
>
<span class="price h4 mb-0 ms-1">
{{ products[3].price|number_format(0, '.', ' ') }}
</span>
<span class="h6 align-self-end mb-1">
/ {% trans %} month {% endtrans %}</span
>
</div>
<div class="pricing-features text-start">
<ul class="feature list-unstyled py-4 p-3 mb-0">
{% for item in products[3].details[app.request.locale]|default('')
%}
<p class="mb-3 font-size-15">
{% if item.checked %}
<i
class="mdi mdi-check-circle text-success font-size-18 me-2"
></i>
{% else %}
<i
class="mdi mdi-check-circle text-warning font-size-18 me-2"
></i>
{% endif %}
{{ item.text }}
</p>
{% endfor %}
</ul>
<div class="border-top text-center py-4">
<a
class="btn btn-dark"
href="{{ path('app_buy_index', { product: products[3].id }) }}"
>{% trans %}Acheter maintenant{% endtrans %}</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</section>