templates/mail_compose/index.html.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3.                             <!-- PAGE-HEADER -->
  4.                             <div class="page-header">
  5.                                 <div>
  6.                                     <h1 class="page-title">Compose Mail</h1>
  7.                                 </div>
  8.                                 <div class="ms-auto pageheader-btn">
  9.                                     <ol class="breadcrumb">
  10.                                         <li class="breadcrumb-item">Apps</li>
  11.                                         <li class="breadcrumb-item"><a href="javascript:void(0);">E-Mail</a></li>
  12.                                         <li class="breadcrumb-item active" aria-current="page">Compose Mail</li>
  13.                                     </ol>
  14.                                 </div>
  15.                             </div>
  16.                             <!-- PAGE-HEADER END -->
  17.                             <!-- ROW -->
  18.                             <div class="row">
  19.                                 <div class="col-lg-4 col-xl-3 col-md-12 col-sm-12">
  20.                                     <div class="card">
  21.                                         <div class="card-body">
  22.                                             <ul class="nav1 nav-column flex-column br-7">
  23.                                                 <li class="nav-item1 mt-0">
  24.                                                     <a class="nav-link thumb" href="{{ absolute_url(path('app_mail_inbox')) }}">
  25.                                                         <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M19.5,4h-15C3.119812,4.0012817,2.0012817,5.119812,2,6.5v11c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h15c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-11C21.9987183,5.119812,20.880188,4.0012817,19.5,4z M21,17.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-15c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5V8.0913696l8.7392578,5.3353882c0.0080566,0.0048828,0.0184326,0.0030518,0.0266724,0.0075073C11.836731,13.4725952,11.9138184,13.500061,12,13.5c0.0905762,0.000061,0.1763306-0.0263672,0.2519531-0.0707397c0.0026855-0.0015869,0.0061646-0.0008545,0.0087891-0.0025024L21,8.0913696V17.5z M21,6.9194946l-0.2387695,0.145752c-0.0070801,0.0038452-0.0150146,0.0037842-0.0219727,0.0079956l-8.7313843,5.3359985L12,12.4140625l-0.0078735-0.0048218L3.2607422,7.0732422C3.2603149,7.072998,3.2598877,7.0727539,3.2594604,7.0724487c-0.006958-0.0042114-0.0149536-0.0041504-0.0220337-0.0079956L3,6.9194946V6.5C3.0009155,5.671936,3.671936,5.0009155,4.5,5h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V6.9194946z"/></svg>
  26.                                                         Inbox
  27.                                                     </a>
  28.                                                 </li>
  29.                                                 <li class="nav-item1">
  30.                                                     <a class="nav-link thumb" href="#">
  31.                                                         <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M13.5,10h2.4199219c0.1328125,0,0.2597656-0.0527344,0.3535156-0.1464844l5.5800781-5.5800781c0.1953125-0.1953125,0.1953125-0.5117188,0-0.7070312l-2.4199219-2.4199219c-0.1953125-0.1953125-0.5117188-0.1953125-0.7070312,0l-5.5800781,5.5800781C13.0527344,6.8203125,13,6.9472656,13,7.0800781V9.5C13,9.7763672,13.2236328,10,13.5,10z M14,7.2871094l5.0800781-5.0800781l1.7128906,1.7128906L15.7128906,9H14V7.2871094z M21.5,9C21.2236328,9,21,9.2236328,21,9.5v8c0,0.8271484-0.6728516,1.5-1.5,1.5h-15C3.6728516,19,3,18.3271484,3,17.5v-11c0-0.2324219,0.0576172-0.4499512,0.1523438-0.6464844l7.0859375,7.0859375c0.4863281,0.4863281,1.125,0.7294922,1.7636719,0.7294922s1.2773438-0.2431641,1.7636719-0.7294922c0.1953125-0.1953125,0.1953125-0.5117188,0-0.7070312s-0.5117188-0.1953125-0.7070312,0c-0.5820312,0.5820312-1.53125,0.5820312-2.1132812,0L3.861145,5.1482544C4.0557251,5.0558472,4.2706909,5,4.5,5h6C10.7763672,5,11,4.7763672,11,4.5S10.7763672,4,10.5,4h-6C3.1210938,4,2,5.1210938,2,6.5v11C2,18.8789062,3.1210938,20,4.5,20h15c1.3789062,0,2.5-1.1210938,2.5-2.5v-8C22,9.2236328,21.7763672,9,21.5,9z"/></svg>
  32.                                                         Drafts
  33.                                                     </a>
  34.                                                 </li>
  35.                                                 <li class="nav-item1">
  36.                                                     <a class="nav-link thumb" href="#">
  37.                                                         <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M21.9189453,10.1265259c0.0802612-0.546814-0.2979736-1.0551147-0.8447266-1.135376L15.4228516,8.164978l-2.5253906-5.1464844c-0.0909424-0.1569824-0.2214355-0.2873535-0.37854-0.3781128c-0.4960327-0.2866821-1.1306152-0.1170044-1.4173584,0.3790894L8.5771484,8.164978L2.9257812,8.9912109C2.7097168,9.0228882,2.5100098,9.1244507,2.3569946,9.2802734c-0.387146,0.3943481-0.3812256,1.0278931,0.0131226,1.4150391l4.0927734,4.0126953l-0.9658203,5.6640625c-0.0091553,0.0541992-0.013855,0.1090698-0.0139771,0.1641235c-0.0015259,0.5534058,0.4458618,1.0032959,0.9993286,1.0048218c0.163147-0.0002441,0.3237915-0.0404663,0.4677734-0.1171875L12,18.7539062l5.0488281,2.6689453c0.1951294,0.1035767,0.4190063,0.1396484,0.6367798,0.1025391c0.5441895-0.0928345,0.9100952-0.6091309,0.8173218-1.1533203l-0.9658203-5.6640625l4.09375-4.0137329C21.7861328,10.5414429,21.8872681,10.3421021,21.9189453,10.1265259z M16.6503906,14.1766968c-0.1170654,0.1148682-0.1706543,0.2796631-0.1435547,0.4414062l1.0097656,5.9208984l-5.2832031-2.7930298c-0.1463013-0.0761719-0.3204956-0.0761719-0.4667969,0L6.4833984,20.539978l1.0097046-5.921814c0.0271606-0.1617432-0.0264282-0.3265381-0.1435547-0.4414062L3.0702515,9.9814453l5.9121094-0.8642578C9.1456299,9.0927734,9.286499,8.9898682,9.359375,8.8417969L12,3.460022l2.640564,5.3817139c0.072876,0.1480713,0.2138062,0.2509766,0.3770142,0.2753906l5.9130859,0.8632812L16.6503906,14.1766968z"/></svg>
  38.                                                         Starred
  39.                                                     </a>
  40.                                                 </li>
  41.                                                 <li class="nav-item1">
  42.                                                     <a class="nav-link thumb" href="#">
  43.                                                         <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M16.6474609,7.3417969c0.093689,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1326294,0.0001221,0.2598877-0.0526123,0.3535156-0.1464844l4.5-4.5c0.1904907-0.194397,0.1904907-0.5055542,0-0.6999512c-0.1932983-0.1971436-0.5098267-0.2003174-0.7070312-0.0070801L17.0009766,6.28125l-2.1464844-2.1464233c-0.0023804-0.0024414-0.0047607-0.0048218-0.0072021-0.0072021c-0.1972046-0.1932373-0.5137329-0.1900635-0.7069702,0.0072021c-0.1932373,0.1972046-0.1900635,0.5137329,0.0071411,0.7069702L16.6474609,7.3417969z M21.5078125,6.9736328c-0.276123,0-0.5,0.223877-0.5,0.5v10c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-15c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-11c0.0002441-0.2310181,0.0570068-0.4471436,0.1503906-0.6425781l7.0859375,7.0859375c0.4643555,0.4656372,1.0953369,0.7268066,1.7529297,0.7255859c0.6781006-0.0012207,1.3276978-0.2729492,1.8046875-0.7548828l1.7196655-1.7207031c0.1904907-0.194397,0.1904907-0.5054321,0-0.6998291c-0.1932373-0.1972046-0.5097656-0.2004395-0.7070312-0.0072021l-1.75,1.75c-0.5841675,0.5820923-1.5290527,0.5820923-2.1132812,0L3.8651733,5.1240234C4.0606079,5.0305786,4.2767944,4.973877,4.5078125,4.9736328h7c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-7c-1.380188,0.0012817-2.4987183,1.119812-2.5,2.5v11c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h15c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-10C22.0078125,7.1975098,21.7839355,6.9736328,21.5078125,6.9736328z"/></svg>
  44.                                                         Sent
  45.                                                     </a>
  46.                                                 </li>
  47.                                                 <li class="nav-item1">
  48.                                                     <a class="nav-link thumb" href="#">
  49.                                                         <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M21.0859375,10.8789062l-8.7324219-8.7324219C12.2597656,2.0526733,12.1326294,2,12,2H2.5C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5V12c0,0.1326294,0.0526733,0.2597656,0.1464844,0.3535156l8.7324219,8.7323608C11.44104,21.6488647,12.2044067,21.9644775,13,21.9628906c0.7955933,0.0015869,1.55896-0.3140259,2.1210938-0.8769531l5.9648438-5.9648438C22.2558594,13.9490356,22.2558594,12.0509644,21.0859375,10.8789062z M20.3789062,14.4140625l-5.9648438,5.9649048c-0.7816772,0.7792358-2.0464478,0.7792358-2.828125,0L3,11.7930298V3h8.7930298l8.5858765,8.5859985C21.1582031,12.3676147,21.1582031,13.6324463,20.3789062,14.4140625z M7.5,6C6.6715698,6,6,6.6715698,6,7.5S6.6715698,9,7.5,9C8.328064,8.9990845,8.9990845,8.328064,9,7.5C9,6.6715698,8.3284302,6,7.5,6z M7.5,8C7.223877,8,7,7.776123,7,7.5S7.223877,7,7.5,7C7.7759399,7.0005493,7.9994507,7.2240601,8,7.5C8,7.776123,7.776123,8,7.5,8z"/></svg>
  50.                                                         Tags
  51.                                                     </a>
  52.                                                 </li>
  53.                                                 <li class="nav-item1">
  54.                                                     <a class="nav-link thumb" href="#">
  55.                                                         <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M17,9V7c0-2.7614136-2.2385864-5-5-5S7,4.2385864,7,7v2c-1.6561279,0.0018311-2.9981689,1.3438721-3,3v7c0.0018311,1.6561279,1.3438721,2.9981689,3,3h10c1.6561279-0.0018311,2.9981689-1.3438721,3-3v-7C19.9981689,10.3438721,18.6561279,9.0018311,17,9z M8,7c0-2.2091675,1.7908325-4,4-4s4,1.7908325,4,4v2H8V7z M19,19c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H7c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h0.5h9h0.0006104H17c1.1040039,0.0014038,1.9985962,0.8959961,2,2V19z"/></svg>
  56.                                                         Trash Bin
  57.                                                     </a>
  58.                                                 </li>
  59.                                             </ul>
  60.                                             <ul class="nav1 nav-column flex-column br-7 mt-3">
  61.                                                 <li class="nav-item1 mt-0">
  62.                                                     <a class="nav-link thumb" href="{{ absolute_url(path('app_mail_settings')) }}">
  63.                                                         <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M11.5,7.9c-2.3,0-4,1.9-4,4.2s1.9,4,4.2,4c2.2,0,4-1.9,4-4.1c0,0,0-0.1,0-0.1C15.6,9.7,13.7,7.9,11.5,7.9z M14.6,12.1c0,1.7-1.5,3-3.2,3c-1.7,0-3-1.5-3-3.2c0-1.7,1.5-3,3.2-3C13.3,8.9,14.7,10.3,14.6,12.1C14.6,12,14.6,12.1,14.6,12.1z M20,13.1c-0.5-0.6-0.5-1.5,0-2.1l1.4-1.5c0.1-0.2,0.2-0.4,0.1-0.6l-2.1-3.7c-0.1-0.2-0.3-0.3-0.5-0.2l-2,0.4c-0.8,0.2-1.6-0.3-1.9-1.1l-0.6-1.9C14.2,2.1,14,2,13.8,2H9.5C9.3,2,9.1,2.1,9,2.3L8.4,4.3C8.1,5,7.3,5.5,6.5,5.3l-2-0.4C4.3,4.9,4.1,5,4,5.2L1.9,8.8C1.8,9,1.8,9.2,2,9.4l1.4,1.5c0.5,0.6,0.5,1.5,0,2.1L2,14.6c-0.1,0.2-0.2,0.4-0.1,0.6L4,18.8c0.1,0.2,0.3,0.3,0.5,0.2l2-0.4c0.8-0.2,1.6,0.3,1.9,1.1L9,21.7C9.1,21.9,9.3,22,9.5,22h4.2c0.2,0,0.4-0.1,0.5-0.3l0.6-1.9c0.3-0.8,1.1-1.2,1.9-1.1l2,0.4c0.2,0,0.4-0.1,0.5-0.2l2.1-3.7c0.1-0.2,0.1-0.4-0.1-0.6L20,13.1z M18.6,18l-1.6-0.3c-1.3-0.3-2.6,0.5-3,1.7L13.4,21H9.9l-0.5-1.6c-0.4-1.3-1.7-2-3-1.7L4.7,18l-1.8-3l1.1-1.3c0.9-1,0.9-2.5,0-3.5L2.9,9l1.8-3l1.6,0.3c1.3,0.3,2.6-0.5,3-1.7L9.9,3h3.5l0.5,1.6c0.4,1.3,1.7,2,3,1.7L18.6,6l1.8,3l-1.1,1.3c-0.9,1-0.9,2.5,0,3.5l1.1,1.3L18.6,18z"/></svg>
  64.                                                         Mail Settings
  65.                                                     </a>
  66.                                                 </li>
  67.                                             </ul>
  68.                                         </div>
  69.                                         <div class="card-footer border-top">
  70.                                             <ul class="nav1 nav-column flex-column br-7">
  71.                                                 <li class="nav-item1 mt-0">
  72.                                                     <a class="nav-link thumb" href="#">
  73.                                                         <span class="wpx-10 hpx-10 rounded-circle bg-orange me-2"></span>Friends
  74.                                                     </a>
  75.                                                 </li>
  76.                                                 <li class="nav-item1">
  77.                                                     <a class="nav-link thumb" href="#">
  78.                                                         <span class="wpx-10 hpx-10 rounded-circle bg-secondary me-2"></span>Family
  79.                                                     </a>
  80.                                                 </li>
  81.                                                 <li class="nav-item1">
  82.                                                     <a class="nav-link thumb" href="#">
  83.                                                         <span class="wpx-10 hpx-10 rounded-circle bg-info me-2"></span>Social
  84.                                                     </a>
  85.                                                 </li>
  86.                                                 <li class="nav-item1">
  87.                                                     <a class="nav-link thumb" href="#">
  88.                                                         <span class="wpx-10 hpx-10 rounded-circle bg-danger me-2"></span>Office
  89.                                                     </a>
  90.                                                 </li>
  91.                                             </ul>
  92.                                         </div>
  93.                                     </div>
  94.                                 </div>
  95.                                 <div class="col-lg-8 col-xl-9 col-md-12 col-sm-12">
  96.                                     <div class="card">
  97.                                         <div class="card-header border-bottom">
  98.                                             <h3 class="card-title">Compose Mail</h3>
  99.                                         </div>
  100.                                         <div class="card-body mail-compose-container">
  101.                                             <form >
  102.                                                 <div class="form-group">
  103.                                                     <div class="row align-items-center">
  104.                                                         <label class="col-sm-3 col-xl-2 form-label">To</label>
  105.                                                         <div class="col-sm-9 col-xl-10">
  106.                                                             <div class="example p-4">
  107.                                                                 <div class="form-group mb-0">
  108.                                                                     <input type="text" data-role="tagsinput" class="form-control">
  109.                                                                 </div>
  110.                                                             </div>
  111.                                                         </div>
  112.                                                     </div>
  113.                                                 </div>
  114.                                                 <div class="form-group">
  115.                                                     <div class="row align-items-center">
  116.                                                         <label class="col-sm-3 col-xl-2 form-label">Subject</label>
  117.                                                         <div class="col-sm-9 col-xl-10">
  118.                                                             <input type="text" class="form-control">
  119.                                                         </div>
  120.                                                     </div>
  121.                                                 </div>
  122.                                                 <div class="form-group">
  123.                                                     <div class="row ">
  124.                                                         <label class="col-sm-3 col-xl-2 form-label">Message</label>
  125.                                                         <div class="col-sm-9 col-xl-10">
  126.                                                             <textarea rows="14" class="form-control"></textarea>
  127.                                                         </div>
  128.                                                     </div>
  129.                                                 </div>
  130.                                             </form>
  131.                                         </div>
  132.                                         <div class="card-footer d-sm-flex">
  133.                                             <div class="btn-list">
  134.                                                 <a href="javascript:void(0)" class="btn btn-icon btn-white btn-svg fs-15 me-1" data-bs-toggle="tooltip" title="" data-bs-original-title="Attach">
  135.                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M18.1875,13.3789062l-6.0107422,6.0097656c-1.9523926,1.9526978-5.118103,1.9528809-7.0708008,0.0004883s-1.9528809-5.118103-0.0004883-7.0708008l8.4853516-8.4853516c1.1714478-1.1717529,3.0709839-1.171936,4.2426758-0.0004883c1.1717529,1.1714478,1.171936,3.0709839,0.0004883,4.2426758l-7.7783203,7.7783203c-0.3956299,0.3779297-1.0184937,0.3779297-1.4140625,0c-0.3896484-0.3908081-0.3896484-1.0232544,0-1.4140625l5.3026733-5.303772c0.0024414-0.0023193,0.0048218-0.0046997,0.0072021-0.0071411c0.1932373-0.1972046,0.1900635-0.5137329-0.0072021-0.7069702c-0.1972046-0.1932983-0.5137329-0.1900635-0.7069702,0.0071411l-5.3027344,5.3037109c-0.0002441,0.0002441-0.0004883,0.0004883-0.0007324,0.0007324c-0.7805786,0.7809448-0.7802124,2.046814,0.0007324,2.8273926c0.7913818,0.7553711,2.0367432,0.7553711,2.828125,0l7.7783203-7.7783203c1.5517578-1.5604248,1.5515747-4.0812988-0.0004883-5.6414795c-1.5579834-1.5661011-4.0905762-1.5727539-5.6567383-0.0147705l-8.4853516,8.4853516c-1.124939,1.1251831-1.756897,2.6511841-1.756897,4.2422485c0,3.3137207,2.6863403,6,6.000061,5.999939c1.5921631,0.0045166,3.119812-0.62854,4.2421875-1.7578125l6.0107422-6.0097656c0.0023804-0.0023804,0.0047607-0.0047607,0.0070801-0.0071411c0.1932983-0.1972046,0.1900635-0.5137329-0.0070801-0.7070312C18.6973267,13.1785278,18.3807983,13.1817017,18.1875,13.3789062z"/></svg>
  136.                                                 </a>
  137.                                                 <a href="javascript:void(0)" class="btn btn-icon btn-white btn-svg fs-15 me-1" data-bs-toggle="tooltip" title="" data-bs-original-title="Link">
  138.                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M10.7827148,18.1708984l-1.7680664,1.7675781c-1.3673706,1.3651123-3.5819092,1.3650513-4.9491577-0.0002441c-1.3686523-1.3666992-1.3702393-3.5842285-0.003479-4.9528809L8.656311,10.390564c1.3687744-1.3652344,3.5842896-1.3652344,4.953125,0c0.1943359,0.1904907,0.5054321,0.1904907,0.6998291,0c0.1972046-0.1932373,0.2003784-0.5097656,0.0071411-0.7069702c-1.7592163-1.7558594-4.6079712-1.7558594-6.3671875,0l-4.5942383,4.5947266c-0.8447876,0.8446655-1.3190308,1.9904785-1.3183594,3.1851196c0.0015259,2.4854126,2.0175171,4.4989624,4.5029297,4.4974976c1.1934204,0.0020752,2.338562-0.4712524,3.1821289-1.3154297l1.7680054-1.7675781c0.0023804-0.0023804,0.0047607-0.0047607,0.0071411-0.0071411c0.1932373-0.1972046,0.1900635-0.5137329-0.0071411-0.7070312C11.2924805,17.97052,10.9759521,17.9736938,10.7827148,18.1708984z M20.6816406,3.3184204c-1.7582397-1.7582397-4.6089478-1.7582397-6.3671875,0l-1.7670898,1.7675781c-0.0015869,0.0015869-0.0032349,0.0031738-0.0048218,0.0048218c-0.1939087,0.1966553-0.1916504,0.5133057,0.0050659,0.7072144s0.5133667,0.1916504,0.7072754-0.0050049l1.7665405-1.7676392c1.3863525-1.3233643,3.5684204-1.3220825,4.953125,0.0029297c0.0002441,0.0002441,0.0004272,0.0004272,0.0006104,0.0006104c1.3666382,1.3669434,1.366394,3.5830078-0.0006104,4.949646l-4.5947266,4.59375c-1.3856812,1.3232422-3.5668945,1.3232422-4.9526367,0c-0.194397-0.1904907-0.5054321-0.1904907-0.6998291,0c-0.1972046,0.1932373-0.2003784,0.5097656-0.0071411,0.7069702c0.8423462,0.8474121,1.9887695,1.3225098,3.1835938,1.3193359c1.1947021,0.0032959,2.3410034-0.4718628,3.1831055-1.3193359l4.5947266-4.593689C22.4398804,7.9273682,22.4398804,5.0766602,20.6816406,3.3184204z"/></svg>
  139.                                                 </a>
  140.                                                 <a href="javascript:void(0)" class="btn btn-icon btn-white btn-svg fs-15 me-1" data-bs-toggle="tooltip" title="" data-bs-original-title="Photos">
  141.                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M19,2H5C3.3438721,2.0018311,2.0018311,3.3438721,2,5v9.0683594V19c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14c0.182312-0.0002441,0.3621216-0.0219727,0.5395508-0.0549316c0.0661011-0.012085,0.1291504-0.0303345,0.1936646-0.0466919c0.1060181-0.0270996,0.210083-0.0586548,0.3125-0.097229c0.0744629-0.0278931,0.1471558-0.0571289,0.218689-0.0906372c0.0839844-0.0395508,0.1642456-0.0853882,0.2444458-0.1327515c0.0751953-0.0441895,0.1511841-0.0856323,0.2219849-0.1359863c0.0057983-0.0041504,0.0123901-0.006897,0.0181885-0.0111084c0.0074463-0.0053711,0.013855-0.0120239,0.0209961-0.0178223c0.0136719-0.0110474,0.0308228-0.0164795,0.043335-0.0289917c0.0066528-0.0066528,0.008728-0.015564,0.0148926-0.0224609C21.5355225,20.8126221,21.9989624,19.9642944,22,19v-2.9296875V5C21.9981689,3.3438721,20.6561279,2.0018311,19,2z M19.5749512,20.9053955C19.3883667,20.9631958,19.1954956,20.9998779,19,21H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-4.7246094l3.7626953-3.7626953c0.684021-0.6816406,1.7905884-0.6816406,2.4746094,0l3.4048462,3.404541c0.0018921,0.0019531,0.0023804,0.0045776,0.0043335,0.0065308l6.9689941,6.9689941C19.6020508,20.8971558,19.588501,20.9012451,19.5749512,20.9053955z M21,19c-0.0006714,0.5162964-0.2020264,0.9821777-0.5234375,1.3369751l-6.7684326-6.7678223l1.055542-1.055481c0.6912231-0.6621094,1.7814331-0.6621094,2.4726562,0L21,16.2773438V19z M21,14.8632812l-3.0566406-3.0566406c-1.0737305-1.0722656-2.8129883-1.0722656-3.8867188,0l-1.055542,1.055542L9.9443359,9.8056641c-1.0744629-1.0722656-2.814209-1.0722656-3.8886719,0L3,12.8613281V5c0.0014038-1.1040039,0.8959961-1.9985962,2-2h14c1.1040039,0.0014038,1.9985962,0.8959961,2,2V14.8632812z M13.5,6C12.6715698,6,12,6.6715698,12,7.5S12.6715698,9,13.5,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C15,6.6715698,14.3284302,6,13.5,6z M13.5,8C13.223877,8,13,7.776123,13,7.5S13.223877,7,13.5,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C14,7.776123,13.776123,8,13.5,8z"/></svg>
  142.                                                 </a>
  143.                                                 <a href="javascript:void(0)" class="btn btn-icon btn-white btn-svg fs-15" data-bs-toggle="tooltip" title="" data-bs-original-title="Delete">
  144.                                                     <svg xmlns="http://www.w3.org/2000/svg" class="w-inner-icn" enable-background="new 0 0 24 24" viewBox="0 0 24 24"><path d="M20.5,6h-2H16V4.5c-0.0012817-1.380188-1.119812-2.4987183-2.5-2.5h-3C9.119873,2.0014648,8.0014648,3.119873,8,4.5V6H5.5C5.4998169,6,5.4996338,6,5.4993896,6H3.5C3.223877,6,3,6.223877,3,6.5S3.223877,7,3.5,7H5v12.5c0.0014648,1.380127,1.119873,2.4985352,2.5,2.5h9c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5V7h1.5C20.776123,7,21,6.776123,21,6.5S20.776123,6,20.5,6z M9,4.5C9.0009155,3.671936,9.671936,3.0009155,10.5,3h3c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V6H9V4.5z M18,19.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-9c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5V7h2.5h7h0.0006104H18V19.5z"/></svg>
  145.                                                 </a>
  146.                                             </div>
  147.                                             <div class="btn-list ms-auto">
  148.                                                 <button  class="btn btn-danger btn-space my-sm-0 my-1">Cancel</button>
  149.                                                 <button  class="btn btn-primary btn-space my-sm-0 my-1">Send message</button>
  150.                                             </div>
  151.                                         </div>
  152.                                     </div>
  153.                                 </div>
  154.                             </div>
  155.                             <!-- END ROW-->
  156. {% endblock %}
  157. {% block javascripts %}
  158.    {{parent()}} 
  159.         <!-- Internal Input tags js-->
  160.         <script src="{{absolute_url(asset('build/plugins/inputtags/inputtags.js'))}}"></script>
  161. {% endblock %}