{% if error_title == "message_missing" %}

{{_("Message Not Found")}}

{{_("We were unable to find the message you requested, perhaps it was deleted?")}}

{% elif error_title == "contact_missing" %}

{{_("Contact Missing")}}

{{_("We were unable to find the contact you requested, perhaps it was typed (or linked to) incorrectly?")}}

{% elif error_title == "tag_missing" %}

{{_("Tag Missing")}}

{{_("We were unable to find the tag you requested, perhaps it was typed (or linked to) incorrectly?")}}

{% else %}

{{_("Oops, You've Found a Quirk")}}

{{_("There's something happening here. What it is ain't exactly clear. Everybody look what's going down.")}}

{% endif %} {% if state.query_args.arg %}

You can also try to view the raw message data

{% endif %}

{{_("If you think this is a bug, please file a bug report", url="https://github.com/pagekite/Mailpile/issues")}}