<button type="button" class="btn btn-primary consentAcceptEssential">Accept only essential cookies</button>
<button type="button" class="btn btn-success" id="consentAcceptSelected">Accept selected non-essential cookies</button>
[% END %]
<button type="button" class="btn btn-secondary consentCloseModal">Cancel</button>
</div>
</div> <!-- /.modal-content -->
runConsentedCode();
});
// "Cancel" handler
$('.consentCloseModal').on('click', function(e) {
e.preventDefault();
hideContainer();
showConsentBar();
// "More information" handler
$('#consentMoreInfo, #viewCookieConsents').on(
'click',
<button type="button" class="btn btn-warning" id="consentAcceptSelected">Accept selected non-essential cookies</button>
showYourCookies();
$('#consentMoreInfo, #cookieConsentButton, #viewCookieConsents').on(
-