/
home
/
obinna
/
html
/
boazapp
/
templates
/
emails
/
release
/
Upload File
HOME
{% extends 'email.html.twig' %} {% block body %} <div class="body-text" style="font-family:Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;text-align:left;color:#333333"> A new release order has been generated with id number {{ id }} <ul style="list-style-type:none; padding-left: 0;"> <li><strong>Customer:</strong> {{ customer }}</li> <li><strong>Quantity:</strong> {{ quantity }}</li> <li><strong>Bank:</strong> {{ bank }}</li> </ul> <br><br> Click <a href="{{ url }}">HERE</a> to view it. <br><br> Boaz Commodities<br> {% endblock %}