templates/views/en/structurer.html.twig line 1

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2. {% block title %}
  3.     Professional Loan Broker for Contractors
  4. {% endblock %}
  5. {% block body %}
  6.     <!--==========================
  7.      About Us Section
  8.    ============================-->
  9.     <section id="about">
  10.         <div class="container">
  11.             <div class="col-md-12" id="management">
  12.                 <div class="row pt-5">
  13.                     <div class="col-md-12 pt-5">
  14.                         <div class="text-center first-title">
  15.                             <h1> BUSINESS LOANS</h1>
  16.                         </div>
  17.                     </div>
  18.                 </div>
  19.                 <div class="row">
  20.                     <div class="col-lg-12 col-md-9">
  21. {#                        <div class="about-content">#}
  22. {#                            <h2>#}
  23. {#                                Intermédiaire auprès des banques pour les entrepreneurs en#}
  24. {#                                recherche de financement.#}
  25. {#                            </h2>#}
  26. {#                        </div>#}
  27.                     </div>
  28.                 </div>
  29.                 <div class="row">
  30.                     <div class="col-lg-12 col-md-9">
  31.                         <div class="about-content">
  32. {#                            <h3>Courtiers en prêts professionnels</h3>#}
  33.                             <p>
  34.                               <b>Professional loans </b> are specific credits intended for entrepreneurs,
  35.                                 to finance their creation project, development, or their need for working capital.
  36.                                 <br> <br>
  37.                                  <b>BSCM Courtiers associés</b>
  38.                                 accompanies you :
  39.                             </p>
  40.                                <h4>- By providing you with expertise on the entire set-up of the dossier : <br>
  41.                                    Structuring and financial valuation, writing the business plan,
  42.                                    profitability study, etc
  43.                                </h4>
  44.                                <h4>- By clearly informing you about the different loan options and
  45.                                    the most suitable options for your project, regardless of any banking bias.
  46.                                </h4>
  47.                             <br>
  48.                             <p><b>BSCM Courtiers associés</b> is the guarantee :</p>
  49.                                 <h4>
  50.                                     - A professional record in line with <b>banks'</b> expectations in terms of quality and time.
  51.                                 </h4>
  52.                                 <h4>
  53.                                     - A qualified and dynamic team (financial analysts and engineers, fund managers, etc.)
  54.                                 </h4>
  55.                                 <h4>
  56.                                     - A network of local and international financial partners.
  57.                                 </h4>
  58.                                 <h4>
  59.                                     - Professional and recognized support when negotiating
  60.                                     and presenting your file to the <b>bank</b>.
  61.                                 </h4>
  62.                            
  63.                         </div>
  64.                     </div>
  65.                 </div>
  66.             </div>
  67.         </div>
  68.     </section><!-- #about -->
  69.     <!--==========================
  70.        Clients Section
  71.      ============================-->
  72.     <section id="clients" class="section-bg">
  73.         {{ include('views/partials/en/_partenaires_bancaire.html.twig') }}
  74.     </section>
  75.     <!--event calender end -->
  76. {% endblock %}