templates/Includes/passbook.html.twig line 1

Open in your IDE?
  1. <div class="bubble-container is-third passbook">
        <p class="center titreBubble">
            <span class="ralewayBold">
                {{ 'client.passbook'|trans }}
            </span>
        </p>
        <div class="bubble bubble--white">
            <div class="pbm bloc--passbook">
                <img alt="apple-wallet" class="apple-wallet" src="{{asset('build/img/add-to-apple-wallet-logo.png')}}" height="31px" width="100px"> 
                <img alt="google-pay" class="google-pay" src="{{asset('build/img/google-wallet.png')}}" height="20px" width="100px">
            </div>
            <div class="firstBlock">
                <img width="130" height="130" alt="" class="centerElement img-responsive" src="data:image/png;base64,
                {{ barcode({code: client.urlWallet, type: 'qrcode', format: 'png'}) }}" />
            </div>
            <div class="secondBlock">
                <a target="_blank" href="{{ client.urlWallet }}" class="btn btn-default btn-imprimer btn--full ralewayBold"><i class="fa fa-mobile-alt fa-lg mrs" aria-hidden="true"></i>{{'client.ajouterMaCarte' |trans}}</a>
            </div>
            <p class="needHelp"><a target="_blank" href="{{ asset('mode-emploi.pdf') }}">{{ 'client.needHelp'|trans }}</a>
        </div>
    </div>