{% extends "frappe/www/message.html" %} {% block message_body %}
{{ _("Please confirm your action to {0} this document.").format(action) }}
{% if alert_doc_change %}{{ _("Note:")}} {{ _("This document has been modified after the email was sent.")}}
{% endif %} {% if is_guest %} {{ action }} {% else %} {{ action }} {% endif %} Cancel {% endblock %}