seitime-frappe/frappe/templates/emails/email_header.html

12 lines
No EOL
300 B
HTML

<table class="email-header" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<h1 class="email-header-title">
{% if indicator %}
<span class="indicator indicator-{{indicator}}"></span>
{% endif %}
<span>{{ header_title }}</span>
</h1>
</td>
</tr>
</table>