{% extends 'base.html.twig' %}
{% block stylesheets %}
<style>
body {
background-image: url("images/1492617746.jpg");
}
</style>
{% endblock %}
{% block body %}
<div class="container">
<div class="row">
<div class="col-12">
<h2>Cookies</h2>
<hr>
<p>
{{ 'We use cookies to analyze the access to our website.'|transedit|raw }}
</p>
<table class="table table-borderless">
<tr>
<td>2x {{ 'Cookie by DISH Digital Solutions GmbH, Consent (required)'|transedit|raw }}</td>
<td class="text-right">{{ 'required'|transedit|raw }}</td>
</tr>
<tr>
<td>1x {{ 'Cookie by DISH Digital Solutions GmbH, PHP Session (required)'|transedit|raw }}</td>
<td class="text-right">{{ 'required'|transedit|raw }}</td>
</tr>
<tr>
<td>1x {{ 'Cookie by DISH Digital Solutions GmbH, Language (required)'|transedit|raw }}</td>
<td class="text-right">{{ 'required'|transedit|raw }}</td>
</tr>
<tr>
<td>1x {{ 'Cookie by DISH Digital Solutions GmbH, Usage analysis (optional)'|transedit|raw }}</td>
<td class="text-right">
<a id="consent-hd-1" class="d-none" href="javascript:void(0)">{{ 'Allow cookie'|transedit|raw }}</a>
<a id="consent-hd-0" class="d-none" href="javascript:void(0)">{{ 'Do not allow cookie'|transedit|raw }}</a>
</td>
</tr>
</table>
</div>
</div>
</div>
{% endblock %}