{% extends "email/base_mail.html"%} {% import "email/macros.html" as macros %} {%block headline%} {% trans user=username|escape %}{{ user }}, please reply to this message.{% endtrans %} {% endblock %} {%block content %}

{% trans %}Your post could not be published, because we could not detect signature in your email.{% endtrans %}
{% trans %}This happened either because this is your first post or you have changed your email signature.{% endtrans %}
{% trans %}Please make a simple response, without editing this message.{% endtrans %}
{% trans %}We will then attempt to detect the signature in your response and you should be able to post.{% endtrans %}

{% endblock %} {%block footer %} {% include "email/footer.html" %}

{{ footer_code }}

{% endblock %}