templates/Global/support-box.html.twig line 1

Open in your IDE?
  1. <article class="box mt-3 text-center">
  2.     <figure>
  3.         <div class="aside align-self-center">
  4.             <span class="icon-wrap icon-md round bg-primary">
  5.                 <i class="fas fa-life-ring white"></i>
  6.             </span>
  7.         </div>
  8.         <figcaption class="text-wrap">
  9.             <h5 class="text-muted mt-4 mb-4">{{ "You did not find an answer to your inquiry? Let us know and we will be glad to give you further help"|trans }}</h5>
  10.             <a href="{{ path('contact') }}" class="btn btn-dark justify-content-center rounded-0">{{ "Contact us"|trans|upper }}</a>
  11.         </figcaption>
  12.     </figure>
  13. </article>