rollback removed template

This commit is contained in:
Simon Vieille 2022-06-07 13:22:06 +02:00
parent 4c2a559ddc
commit 3ab0cdf4b0
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -0,0 +1,20 @@
{% extends '@Core/mail/base.html.twig' %}
{% block css %}
<style>
a {color: #1ab5dc}
</style>
{% endblock %}
{% block body %}
<p style="text-align: center; margin-bottom: 20px">
<img src="{{ absolute_url(asset('build/images/tinternet.png')) }}" alt="Tinternet &amp; Cie" width="50">
</p>
<p style="text-align: center; font-size: 20px">Le paiement pour la <a href="{{ show_url }}">note&nbsp;de&nbsp;frais&nbsp;#{{ entity.id }}</a> a été réalisé&nbsp;☺️</p>
{% if message %}
<p style="text-align: center"><strong>Message de {{ user.displayName }}</strong> :</p>
<p style="text-align: center">{{ message|nl2br }}</p>
{% endif %}
{% endblock %}