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

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2. {% block meta %}
  3.     <meta name="description" content="Discover without further delay the history of the firm BSCM brokers associates.
  4.     Since the launch of its activities and key missions!">
  5. {% endblock %}
  6. {% block title %}
  7.     Discover without further delay the history of the firm BSCM brokers associates.
  8.     Since the launch of its activities and key missions!
  9. {% endblock %}
  10. {% block body %}
  11.     <!--==========================
  12.      About Us Section
  13.    ============================-->
  14.     <section id="about">
  15.         <div class="container pt-5">
  16.             <div class="col-md-12" id="management">
  17.                 <div class="row pt-5">
  18.                     <div class="col-md-12 pt-5">
  19.                         <div class="text-center first-title">
  20.                             <h1> ROLE OF THE BROKER</h1>
  21.                         </div>
  22.                     </div>
  23.                 </div>
  24.                 <div class="row">
  25.                     <div class="col-lg-12 col-md-9">
  26.                         <div class="about-content">
  27.                             <h4>The agricultural raw materials broker</h4>
  28.                             <p>
  29.                                 Its mission is to establish a relationship between a buyer and a seller.
  30.                                 <br>
  31.                                 Independent actor (unlike a commercial agent, which has a contract with one of its principals),
  32.                                 <b>it performs an interface function</b>. <br>
  33.                                 He is in no way a party to the contract. <br>
  34.                                 He conducts the negotiation and notes the perfect agreement of the parties which he confirms
  35.                                 orally and then in writing.
  36.                             </p>
  37.                         </div>
  38.                     </div>
  39.                 </div>
  40.                 <div class="row">
  41.                     <div class="col-lg-12 col-md-9">
  42.                         <div class="about-content">
  43.                             <h4>The Professional Loan Broker</h4>
  44.                             <p>
  45.                                 He is a professional in funding mechanisms.
  46.                                 <br> It collects and compares the offers of the various banking institutions and negotiates
  47.                                 for his client the best credit terms.<br>
  48.                                 Because he represents several clients in front of the banking organizations, <br>
  49.                                 the broker is able to negotiate more attractive rates for them with these organizations.
  50.                             </p>
  51.                         </div>
  52.                     </div>
  53.                 </div>
  54.             </div>
  55.         </div>
  56.     </section><!-- #about -->
  57. {% endblock %}