seitime-frappe/frappe/templates/emails/workflow_action.html
2021-01-13 10:38:35 +05:30

8 lines
No EOL
269 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>