suivi/templates/mail/expense_report/missing_proofs.html.twig

21 lines
767 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">{{ user.displayName }} indique qu'un ou plusieurs justificatifs sont manquants pour payer la <a href="{{ show_url }}">note&nbsp;de&nbsp;frais&nbsp;#{{ entity.id }}</a>&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 %}