templates/site/pricing.html.twig line 1

Open in your IDE?
  1. {% extends 'site/base.html.twig' %}
  2. {% block pricing_menu_active 'active' %}
  3.     {% block meta %}
  4.         <title>{% trans from "FrontBundle" %}Access Control technologies{% endtrans %}</title>
  5.         <meta name="description" content="{% trans from "FrontBundle" %}Platform Management system of access control technologies{% endtrans %}"> 
  6.         <meta property="og:type" content="website"/>
  7.         <meta property="og:image" content="{{asset('images/site/18671699_118631158715437_3339858098199541956_o.jpg')}}">
  8.         <link rel="canonical" href="https://actech.ma/{% if app.request.locale == "en" %}en/pricing{% elseif app.request.locale == "fr" %}fr/pricing{% endif %}">
  9.         <link rel="alternate" hreflang="en" href="https://actech.ma/en/pricing">
  10.         <link rel="alternate" hreflang="fr" href="https://actech.ma/fr/pricing"/> 
  11.     {% endblock %}
  12.     {% block stylesheets %}
  13.         <link rel="stylesheet" type="text/css" href="{{ asset('app-assets/vendors/css/vendors.min.css') }}">
  14.         <link rel="stylesheet" href="{{ asset('site/css/bootstrap.min.css') }}">
  15.         <link rel="stylesheet" href="{{ asset('site/css/animate.min.css') }}">
  16.         <link rel="stylesheet" href="{{ asset('site/css/magnific-popup.css') }}">
  17.         <link rel="stylesheet" href="{{ asset('site/css/fontawesome-all.min.css') }}">
  18.         <link rel="stylesheet" href="{{ asset('site/css/owl.carousel.min.css') }}">
  19.         <link rel="stylesheet" href="{{ asset('site/css/nice-select.css') }}">
  20.         <link rel="stylesheet" href="{{ asset('site/css/meanmenu.css') }}">
  21.         <link rel="stylesheet" href="{{ asset('site/css/slick.css') }}">
  22.         <link rel="stylesheet" href="{{ asset('site/css/default.css') }}">
  23.         <link rel="stylesheet" href="{{ asset('site/css/style.css') }}">
  24.         <link rel="stylesheet" href="{{ asset('site/css/responsive.css') }}">
  25.     {% endblock %}
  26.     {% block content %}
  27.         <!-- START: Content-->
  28.         <!-- breadcrumb-area -->
  29.         <section class="breadcrumb-area d-flex align-items-center breadcrumb-bg" data-background="{{asset('site/img/bg/breadcrumb_bg.png')}}">
  30.             <div class="container">
  31.                 <div class="row">
  32.                     <div class="col-lg-10">
  33.                         <div class="breadcrumb-wrap">
  34.                             <h2>{% trans from "FrontBundle" %}Actech Pricing{% endtrans %}</h2>
  35.                             <p>{% trans from "FrontBundle" %}Explore the plans of our complete and intuitive control access solution with the best prices.{% endtrans %}</p>
  36.                         </div>
  37.                     </div>
  38.                 </div>
  39.             </div>
  40.         </section>
  41.         <!-- breadcrumb-area-end -->
  42.         <!-- s-hosting-plan -->
  43.         <section class="pricing-columns pricing-section pt-145 pb-120">
  44.             <div class="container">
  45.                 <div class="row justify-content-center">
  46.                     <div class="col-xl-6 col-lg-8">
  47.                         <div class="section-title text-center mb-65">
  48.                             <h2>{% trans from "FrontBundle" %}Access control packs{% endtrans %}</h2>
  49.                             <p>{% trans from "FrontBundle" %}Pricing packs adapted with the project of your company{% endtrans %}</p>
  50.                         </div>
  51.                     </div>
  52.                 </div>
  53.                 <div class="row justify-content-center">
  54.                     <div class="col-lg-6">
  55.                         <div class="shosting-plan-toggle mb-30 text-center">
  56.                             <label class="toggler toggler--is-active" id="filt-monthly">{% trans from "FrontBundle" %}Monthly Plans{% endtrans %}</label>
  57.                             <div class="toggle">
  58.                                 <input type="checkbox" id="switcher" class="check">
  59.                                 <b class="b switch"></b>
  60.                             </div>
  61.                             <label class="toggler" id="filt-yearly">{% trans from "FrontBundle" %}Yearly Plans{% endtrans %}</label>
  62.                         </div>
  63.                     </div>
  64.                 </div>
  65.                 <div id="monthly" class="wrapper-full hide">
  66.                     <div class="row">
  67.                         <div class="col-lg-4 col-md-6">
  68.                             <div class="single-hplan text-center mb-30">
  69.                                 <div class="hplan-head">
  70.                                     <span>{% trans from "FrontBundle" %}Small business Plan{% endtrans %}</span>
  71.                                     <h3>59MAD <small>/ {% trans from "FrontBundle" %}Person{% endtrans %}</small></h3>
  72.                                 </div>
  73.                                 <div class="hplan-body mb-40">
  74.                                     <p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
  75.                                     <span>{% trans from "FrontBundle" %}From{% endtrans %} 5 {% trans from "FrontBundle" %}to{% endtrans %} 20 {% trans from "FrontBundle" %}Persons{% endtrans %}</span>
  76.                                     <div class="hplan-icon">
  77.                                     <img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
  78.                                     </div>
  79.                                 </div>
  80.                                 <div class="hplan-btn">
  81.                                     <a href="#" class="btn">{% trans from "FrontBundle" %}Book Yearly Plan{% endtrans %}</a>
  82.                                 </div>
  83.                             </div>
  84.                         </div>
  85.                         <div class="col-lg-4 col-md-6">
  86.                             <div class="single-hplan active text-center mb-30">
  87.                                 <div class="hplan-head">
  88.                                     <span>{% trans from "FrontBundle" %}Big business Plan{% endtrans %}</span>
  89.                                     <h3>42MAD <small>/ {% trans from "FrontBundle" %}Person{% endtrans %}</small></h3>
  90.                                 </div>
  91.                                 <div class="hplan-body mb-40">
  92.                                     <p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
  93.                                     <span>{% trans from "FrontBundle" %}Start from{% endtrans %} 50 {% trans from "FrontBundle" %}Persons{% endtrans %}</span>
  94.                                     <div class="hplan-icon">
  95.                                     <img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
  96.                                     </div>
  97.                                 </div>
  98.                                 <div class="hplan-btn">
  99.                                     <a href="#" class="btn">{% trans from "FrontBundle" %}Book Yearly Plan{% endtrans %}</a>
  100.                                 </div>
  101.                             </div>
  102.                         </div>
  103.                         <div class="col-lg-4 col-md-6">
  104.                             <div class="single-hplan text-center mb-30">
  105.                                 <div class="hplan-head">
  106.                                     <span>{% trans from "FrontBundle" %}Medium business Plan{% endtrans %}</span>
  107.                                     <h3>50MAD <small>/ {% trans from "FrontBundle" %}Person{% endtrans %}</small></h3>
  108.                                 </div>
  109.                                 <div class="hplan-body mb-40">
  110.                                     <p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
  111.                                     <span>{% trans from "FrontBundle" %}From{% endtrans %} 21 {% trans from "FrontBundle" %}to{% endtrans %} 50 {% trans from "FrontBundle" %}Persons{% endtrans %}</span>
  112.                                     <div class="hplan-icon">
  113.                                     <img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
  114.                                     </div>
  115.                                 </div>
  116.                                 <div class="hplan-btn">
  117.                                     <a href="#" class="btn">{% trans from "FrontBundle" %}Book Yearly Plan{% endtrans %}</a>
  118.                                 </div>
  119.                             </div>
  120.                         </div>
  121.                     </div>
  122.                 </div>
  123.                 <div id="yearly" class="wrapper-full">
  124.                     <div class="row">
  125.                         <div class="col-lg-4 col-md-6">
  126.                             <div class="single-hplan text-center mb-30">
  127.                                 <div class="hplan-head">
  128.                                     <span>{% trans from "FrontBundle" %}Small business Plan{% endtrans %}</span>
  129.                                     <h3>70MAD <small>/ {% trans from "FrontBundle" %}Person{% endtrans %}</small></h3>
  130.                                 </div>
  131.                                 <div class="hplan-body mb-40">
  132.                                     <p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
  133.                                     <span>{% trans from "FrontBundle" %}From{% endtrans %} 5 {% trans from "FrontBundle" %}to{% endtrans %} 20 {% trans from "FrontBundle" %}Persons{% endtrans %}</span>
  134.                                     <div class="hplan-icon">
  135.                                     <img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
  136.                                     </div>
  137.                                 </div>
  138.                                 <div class="hplan-btn">
  139.                                     <a href="#" class="btn">{% trans from "FrontBundle" %}Book Monthly Plan{% endtrans %}</a>
  140.                                 </div>
  141.                             </div>
  142.                         </div>
  143.                         <div class="col-lg-4 col-md-6">
  144.                             <div class="single-hplan active text-center mb-30">
  145.                                 <div class="hplan-head">
  146.                                     <span>{% trans from "FrontBundle" %}Big business Plan{% endtrans %}</span>
  147.                                     <h3>50MAD <small>/ {% trans from "FrontBundle" %}Person{% endtrans %}</small></h3>
  148.                                 </div>
  149.                                 <div class="hplan-body mb-40">
  150.                                     <p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
  151.                                     <span>{% trans from "FrontBundle" %}Start from{% endtrans %} 50 {% trans from "FrontBundle" %}Persons{% endtrans %}</span>
  152.                                     <div class="hplan-icon">
  153.                                     <img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
  154.                                     </div>
  155.                                 </div>
  156.                                 <div class="hplan-btn">
  157.                                     <a href="#" class="btn">{% trans from "FrontBundle" %}Book Monthly Plan{% endtrans %}</a>
  158.                                 </div>
  159.                             </div>
  160.                         </div>
  161.                         <div class="col-lg-4 col-md-6">
  162.                             <div class="single-hplan text-center mb-30">
  163.                                 <div class="hplan-head">
  164.                                     <span>{% trans from "FrontBundle" %}Medium business Plan{% endtrans %}</span>
  165.                                     <h3>60MAD <small>/ {% trans from "FrontBundle" %}Person{% endtrans %}</small></h3>
  166.                                 </div>
  167.                                 <div class="hplan-body mb-40">
  168.                                     <p>{% trans from "FrontBundle" %}Get pricing online of our solution adapt to your business needs.{% endtrans %}</p>
  169.                                     <span>{% trans from "FrontBundle" %}From{% endtrans %} 21 {% trans from "FrontBundle" %}to{% endtrans %} 50 {% trans from "FrontBundle" %}Persons{% endtrans %}</span>
  170.                                     <div class="hplan-icon">
  171.                                     <img width="70" src="{{asset('images/site/homepage/a-lheure.png')}}" alt="icon">
  172.                                     </div>
  173.                                 </div>
  174.                                 <div class="hplan-btn">
  175.                                     <a href="#" class="btn">{% trans from "FrontBundle" %}Book Monthly Plan{% endtrans %}</a>
  176.                                 </div>
  177.                             </div>
  178.                         </div>
  179.                     </div>
  180.                 </div>
  181.             </div>
  182.         </section>
  183.         <!-- s-hosting-plan-end -->
  184.         <!-- search-area -->
  185.         <section class="search-area gray-bg pt-145 pb-140">
  186.             <div class="container">
  187.                 <div class="row justify-content-center">
  188.                     <div class="col-xl-6 col-lg-8">
  189.                         <div class="section-title search-title text-center mb-40">
  190.                             <h2> {% trans from "FrontBundle" %}Estimate pricing{% endtrans %}</h2>
  191.                             <p>{% trans from "FrontBundle" %}Tape the number of employees in your company and get the price of our solution.{% endtrans %}</p>
  192.                         </div>
  193.                     </div>
  194.                 </div>
  195.                 <div class="row justify-content-center">
  196.                     <div class="col-xl-8 col-lg-10">
  197.                         <form method="POST" action="{{path('more_info')}}" class="p-relative">
  198.                             <div class="col-12">
  199.                                 <div class="domain-search">
  200.                                     <input required="" name="employees" type="number" min="5" placeholder="{% trans from "FrontBundle" %}Enter the numbers of employees in your company{% endtrans %}">
  201.                                     <input hidden="" id="prices" name="prices" type="text" placeholder="{% trans from "FrontBundle" %}per month,per year{% endtrans %}">
  202.                                     <button  class="getprice-1 btn ds-btn">{% trans from "FrontBundle" %}Get Price{% endtrans %} <i class="fas fa-search"></i></button>
  203.                                     <button style="background: aliceblue;color: #b3b3b3;" class="getprice-2 btn ds-btn hide">{% trans from "FrontBundle" %}Get Price{% endtrans %} <i class="fas fa-check"></i></button>
  204.                                 </div>
  205.                             </div>
  206.                             <div class="col-12">
  207.                                 <div class="domain-list price-list hide mb-30 text-center">
  208.                                     <ul>
  209.                                         <li><i class="far fa-check-circle"></i> <span></span>Mad/{% trans from "FrontBundle" %}Person Per month(Monthly){% endtrans %} </li>
  210.                                         <li><i class="far fa-check-circle"></i> <span></span>Mad/{% trans from "FrontBundle" %}Person Per month(Yearly){% endtrans %}</li>
  211.                                     </ul>
  212.                                 </div>
  213.                             </div>
  214.                             <div class="mt-50 col-12">
  215.                                 <div class="domain-search moreinfo hide">
  216.                                     <input required="" name="email" type="email" placeholder="{% trans from "FrontBundle" %}Your email to send you more details about pricing{% endtrans %}">
  217.                                     <button type="submit" class=" btn ds-btn">{% trans from "FrontBundle" %}More info{% endtrans %} <i class="fas fa-info"></i></button>
  218.                                 </div>
  219.                             </div>
  220.                             <div class="col-12">
  221.                                 <div class="domain-list mb-30 text-center">
  222.                                     <ul>
  223.                                         <li><i class="far fa-check-circle"></i> 70MAD / {% trans from "FrontBundle" %}Person{% endtrans %}</li>
  224.                                         <li><i class="far fa-check-circle"></i> 60MAD / {% trans from "FrontBundle" %}Person{% endtrans %}</li>
  225.                                         <li><i class="far fa-check-circle"></i> 50MAD / {% trans from "FrontBundle" %}Person{% endtrans %}</li>
  226.                                     </ul>
  227.                                 </div>
  228.                                 <p class=" text-center ">{% trans from "FrontBundle" %}Plus the cost of putting the service online.{% endtrans %}</p>
  229.                             </div>
  230.                         </form>
  231.                     </div>
  232.                 </div>
  233.             </div>
  234.         </section>
  235.         <!-- search-area-end -->
  236.         <!-- get-started-area -->
  237.         <section class="getstarted-area gstarted-bg pt-145" data-background="{{asset('site/img/bg/world_wide_bg.jpg')}}">
  238.             <div class="container">
  239.                 <div class="row justify-content-center">
  240.                     <div class="col-xl-6 col-lg-8">
  241.                         <div class="section-title white-title text-center mb-35">
  242.                             <h2>{% trans from "FrontBundle" %}Connected System{% endtrans %}</h2>
  243.                             <p>{% trans from "FrontBundle" %}The complete and intuitive control access system and HR management tools, online{% endtrans %}</p>
  244.                         </div>
  245.                         <div class="getstarted-btn text-center">
  246.                             <a href="#" class="btn">{% trans from "FrontBundle" %}Get Started Now{% endtrans %}</a>
  247.                         </div>
  248.                     </div>
  249.                 </div>
  250.             </div>
  251.         </section>
  252.         <!-- get-started-area-end -->
  253.         <!-- offer-area -->
  254.         <section class="offer-area">
  255.             <div class="container">
  256.                 <div class="row justify-content-center">
  257.                     <div class="col-xl-5 col-md-6">
  258.                         <div class="offer-box text-center mb-30">
  259.                             <div class="offer-head mb-20">
  260.                                 <h3>{% trans from "FrontBundle" %}Request quote{% endtrans %}</h3>
  261.                                 <p>{% trans from "FrontBundle" %}We will help you evaluate your needs and discuss best pricing.{% endtrans %}</p>
  262.                             </div>
  263.                             <div class="offer-domain mb-25">
  264.                                 <img style="width: 90px;" src="{{asset('site/quote-request.png')}}" alt="img">
  265.                             </div>
  266.                             {#                            <span class="offer-price">Request quote </span>#}
  267.                             <div class="offer-btn">
  268.                                 <a href="{{path('contact',{'quote':'Request-quote'})}}" class="btn">{% trans from "FrontBundle" %}Send request{% endtrans %}</a>
  269.                             </div>
  270.                         </div>
  271.                     </div>
  272.                     <div class="col-xl-5 col-md-6">
  273.                         <div class="question-box text-center mb-30">
  274.                             <div class="offer-head mb-15">
  275.                                 <h3>{% trans from "FrontBundle" %}Have questions?{% endtrans %}</h3>
  276.                                 <p>{% trans from "FrontBundle" %}More informations, or you have any questions, feel free to contact us{% endtrans %}</p>
  277.                             </div>
  278.                             <div class="qbox-icon mb-30">
  279.                                 <img style="padding-bottom: 8px;padding-top: 9px;" src="{{asset('site/img/icon/q_icon.png')}}" alt="icon">
  280.                             </div>
  281.                             <div class="offer-btn">
  282.                                 <a href="#" class="btn">+212.6.60.38.15.35</a>
  283.                             </div>
  284.                         </div>
  285.                     </div>
  286.                 </div>
  287.             </div>
  288.         </section>
  289.         <!-- offer-area-end -->
  290.         <!-- END: Content-->
  291.     {% endblock %}
  292.     {% block javascripts %}
  293.         <!-- BEGIN Vendor JS-->
  294.         <script src="{{asset('site/js/vendor/jquery-1.12.4.min.js') }}"></script>
  295.         <script src="{{asset('site/js/popper.min.js') }}"></script>
  296.         <script src="{{asset('site/js/bootstrap.min.js') }}"></script>
  297.         <script src="{{asset('site/js/isotope.pkgd.min.js') }}"></script>
  298.         <script src="{{asset('site/js/slick.min.js') }}"></script>
  299.         <script src="{{asset('site/js/jquery.meanmenu.min.js') }}"></script>
  300.         <script src="{{asset('site/js/ajax-form.js') }}"></script>
  301.         <script src="{{asset('site/js/wow.min.js') }}"></script>
  302.         <script src="{{asset('site/js/jquery.nice-select.min.js') }}"></script>
  303.         <script src="{{asset('site/js/owl.carousel.min.js') }}"></script>
  304.         <script src="{{asset('site/js/jquery.scrollUp.min.js') }}"></script>
  305.         <script src="{{asset('site/js/imagesloaded.pkgd.min.js') }}"></script>
  306.         <script src="{{asset('site/js/jquery.magnific-popup.min.js') }}"></script>
  307.         <script src="{{asset('site/js/plugins.js') }}"></script>
  308.         <script src="{{asset('site/js/main.js') }}"></script> 
  309.         <script>
  310.             $(document).ready(function () {
  311.                 $(".getprice-1, .getprice-2").click(function () {
  312.                     var persons = parseInt($(this).closest(".domain-search").find('input').val());
  313.                     var prix_annee;
  314.                     var prix_mois;
  315.                     if (persons >= 5 && persons <= 20) {
  316.                         var prix_mois = 70;
  317.                         var prix_annee = 59;
  318.                     }
  319.                     if (persons >= 21 && persons <= 50) {
  320.                         var prix_mois = 60;
  321.                         var prix_annee = 50;
  322.                     }
  323.                     if (persons >= 50) {
  324.                         var prix_mois = 50;
  325.                         var prix_annee = 42;
  326.                     }
  327.                     if (persons >= 5) {
  328.                         $(this).hide();
  329.                         $("#prices").val(prix_mois + "," + prix_annee);
  330.                         $(".getprice-2").show("slow");
  331.                         $(".price-list").show("slow");
  332.                         $(".moreinfo").show("slow");
  333.                         $(".price-list span:eq(0)").append(prix_mois)
  334.                         $(".price-list span:eq(1)").append(prix_annee)
  335.             {#                  calcul ajout      #}
  336.                             $(".price-list span:eq(0)").html('')
  337.                             $(".price-list span:eq(1)").html('')
  338.                             $(".price-list span:eq(0)").append(prix_mois)
  339.                             $(".price-list span:eq(1)").append(prix_annee)
  340.                             return false;
  341.                         }
  342.                     });
  343.                 });
  344.         </script> 
  345.         <!-- use for map style --> 
  346.         <!-- use for map style --> 
  347.         <!-- END: Page JS-->
  348.     {% endblock %}