{%- if config.web.email_html_hint and (message.html_parts|length > 0) and (from.get('html-policy', 'none') == 'none') -%}

{{_("This message has HTML formatted content.")}} {{_("For security reasons, Mailpile will by default only display plain text.")}} {% if allow_html %} {{_("You can change display modes by clicking the icons to the right of the Subject line.")}} {% endif %}

{{_("OK, got it")}}

{%- elif config.web.email_crypto_hint and False %} {%- elif config.web.email_tag_hint and False %} {%- elif config.web.email_reply_hint %}

{{_("Usually when you reply to a message, all participants in the conversation will be sent a copy of your reply.")}}

{{_("If you want to send a private reply, only to the author of this message, mouse over their name and click the reply icon that appears.")}}

{{_("OK, got it")}}

{%- endif %}