seitime-frappe/frappe/templates/emails/workflow_action.html
2024-07-15 20:21:22 +05:30

11 lines
No EOL
452 B
HTML

<p>{{ message }}</p>
<div>
<p style="margin: 10px 0">
{% for action in actions %}
<a class="btn {% if action.is_primary %} btn-primary {% endif %}" style="margin-right: 10px" href="{{ action.action_link }}">{{_(action.action_name)}}</a>
{% endfor %}
</p>
<div class="text-muted text-small" style="padding-top: 20px;">
{{ _("The contents of this email are strictly confidential. Please do not forward this email to anyone.") }}
</div>
</div>