{% extends "email/base_mail.html"%} {%block headline%}{% trans %} Your post was rejected. {% endtrans %}{%endblock%} {%block title%}{% trans %} Your post was rejected. {% endtrans %}{%endblock%} {%block content %}
{% trans %}Your post (copied in the end), was rejected for the following reason:{% endtrans %}
,{{reject_reason|safe}}
{% trans %}Here is your original post{% endtrans %}
{{post|safe}}
{% endblock %} {%block footer %} {% include "email/footer.html" %} {% endblock %}