Ekdant-Online-Store/admininistrator/view/template/mail/customer_deny.twig
2024-08-06 18:06:00 +05:45

38 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 }}" title="{{ store }}" style="margin-left: auto; margin-right: auto;"/></a>
{% else %}
<a href="{{ store_url }}">{{ store }}</a>
{% endif %}
</td>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center; border-bottom: 1px solid #ddd;"><h1>{{ text_welcome }}</h1></td>
</tr>
<tr>
<td style="line-height: 1.8;">
<p>{{ text_denied }}</p>
<p>
<br/>
</p>
<p style="text-align: center;"><a href="{{ contact }}" 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_contact }}</a></p>
<p>
<br/>
</p>
<p>
{{ text_thanks }}
<br/>
<strong>{{ store }}</strong>
</p>
</td>
</tr>
</tbody>
</table>
</div>