suivi/templates/mail/bill/status_updated.html.twig
2023-04-10 16:47:59 +02:00

18 lines
622 B
Twig

{% 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 statut de la <a href="{{ show_url }}">facture&nbsp;#{{ entity.id }}</a> a été modifié&nbsp;☺️</p>
<p style="text-align: center; font-size: 20px">Nouveau statut&nbsp;:&nbsp;<strong>{{ entity.humanStatus }}</strong></p>
{% endblock %}