33 lines
1.5 KiB
Twig
33 lines
1.5 KiB
Twig
<div style="width: 570px; border: 1px solid #e1e1e1; margin-left: auto; margin-right: auto; border-radius: 4px; padding-top: 5px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px;">
|
|
<table style="width: 100%; font-size: 16px; border: 0;">
|
|
<thead>
|
|
<tr>
|
|
<td style="text-align: center; border-bottom: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;">
|
|
{% if logo %}
|
|
<a href="{{ store_url }}"><img src="{{ logo }}" alt="{{ store_name }}" title="{{ store_name }}" style="margin-left: auto; margin-right: auto;"/></a>
|
|
{% else %}
|
|
<a href="{{ store_url }}">{{ store_name }}</a>
|
|
{% endif %}
|
|
</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h1>{{ text_request }}</h1></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="line-height: 25px;">
|
|
<p style="margin-bottom: 40px;">{{ text_gdpr }}</p>
|
|
<p style="margin-bottom: 40px; text-align: center;"><a href="{{ confirm }}" style="border-radius: 4px; color: #fff; text-decoration: none; background-color: #01b3e8; padding-left: 18px; padding-right: 18px; padding-top: 10px; padding-bottom: 10px; font-size: 18px; font-weight: bold;">{{ button_confirm }}</a></p>
|
|
<p style="margin-bottom: 40px;">{{ text_ignore }}</p>
|
|
<p>
|
|
{{ text_thanks }}
|
|
<br/>
|
|
<strong>{{ store_name }}</strong>
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|