AD6-KanbanEdit 21c
{% extends 'App/_include/_layout.security.html.twig' %} {% block content %}
{{ 'subscription.step1.table_offers.head_1'|trans }} | {% for offer in offers %}
{{ ('subscription.step1.table_offers.head_' ~ offer.code|lower)|trans }}
{% if not (offer.code == constant('App\\Entity\\Business\\Offer::LEVEL_TRIAL') or offer.code == constant('App\\Entity\\Business\\Offer::LEVEL_FREE')) %}
{{ offer.monthlyAmount|number_format(2, ',','') }} €HT / {{ 'month'|trans }} {% endif %} |
{% endfor %}
||||
---|---|---|---|---|---|
{{ 'subscription.step1.table_offers.max_article'|trans }} | {% for offer in offers %} {% if offer.code == constant('App\\Entity\\Business\\Offer::LEVEL_TRIAL') or offer.code == constant('App\\Entity\\Business\\Offer::LEVEL_FREE') %}{{ offer.nbMaxArticle }} | {% endif %} {% endfor %}{{ 'subscription.step1.table_offers.unlimited'|trans }} | {{ 'subscription.step1.table_offers.unlimited'|trans }} | {{ 'subscription.step1.table_offers.unlimited'|trans }} | |
{{ 'subscription.step1.table_offers.max_user'|trans }} | 1 | 1 | 1 | {{ 'subscription.step1.table_offers.unlimited'|trans }} | {{ 'subscription.step1.table_offers.unlimited'|trans }} |
{{ 'subscription.step1.table_offers.sub_title.kanban_type'|trans }} | |||||
{{ 'subscription.step1.table_offers.kb_appro'|trans }} | |||||
{{ 'subscription.step1.table_offers.kb_fab'|trans }} | |||||
{{ 'subscription.step1.table_offers.kb_fs'|trans }} | |||||
{{ 'subscription.step1.table_offers.etiquette_libre'|trans }} | |||||
{{ 'subscription.step1.table_offers.sub_title.report'|trans }} | |||||
{{ 'subscription.step1.table_offers.report_creation'|trans }} | |||||
{{ 'subscription.step1.table_offers.report_management'|trans }} | |||||
{{ 'subscription.step1.table_offers.sub_title.data_exchange'|trans }} | |||||
{{ 'subscription.step1.table_offers.export_kanban'|trans }} | |||||
{{ 'subscription.step1.table_offers.export_other'|trans }} | |||||
{{ 'subscription.step1.table_offers.import_section_color'|trans }} | |||||
{{ 'subscription.step1.table_offers.import_suppliers'|trans }} | |||||
{{ 'subscription.step1.table_offers.import_items'|trans }} | |||||
{{ 'subscription.step1.table_offers.import_cmj'|trans }} | |||||
{{ 'subscription.step1.table_offers.import_kb_appro'|trans }} | |||||
{{ 'subscription.step1.table_offers.import_kb_fab'|trans }} | |||||
{{ 'subscription.step1.table_offers.import_kb_fs'|trans }} | |||||
{{ 'subscription.step1.table_offers.sub_title.sticker_template'|trans }} | |||||
{{ 'subscription.step1.table_offers.sticker_standard'|trans }} | |||||
{{ 'subscription.step1.table_offers.sticker_standard_with_cb'|trans }} | |||||
{{ 'subscription.step1.table_offers.sticker_tailor_made'|trans }} | |||||
{{ 'subscription.step1.table_offers.sticker_without_metion'|trans }} | |||||
{{ 'subscription.step1.table_offers.sub_title.support'|trans }} | |||||
{{ 'subscription.step1.table_offers.support_by_email'|trans }} | |||||
{{ 'subscription.step1.table_offers.support_by_phone'|trans }} | {% for offer in offers %} {% if offer.optionAvailable %} {% for option in options %}+ {{ option.monthlyAmount|number_format(2, ',','') }} €HT
/ {{ 'month'|trans }} {# {% if current_offer.optionAvailable %}{{ 'subscription.step1.btn_subscription'|trans }}{% endif %} #} |
{% endfor %}
{% else %}
{% endif %} {% endfor %} |