{% extends "email/base_mail.html"%} {% from "email/macros.html" import quoted_post, emailed_user_info, info_text_style %} {% block content %} {% if can_reply %} {{ reply_sep_tpl|format(gettext('To reply, PLEASE WRITE ABOVE THIS LINE')) }} {% if post.is_question() and alt_reply_address %} {% set addr=alt_reply_address %} {% set subject=alt_reply_subject %}
{% trans addr=alt_reply_address %}Note: to reply with a comment, please use this link {% endtrans %}
{% endif %} {% endif %}{% trans %}{{ author }} edited a post{% endtrans %}
{{ post.get_latest_revision_diff( ins_start='', ins_end='', del_start='{{ reply_address }}
{% endif %} {% endblock %}