{% extends "notifications/email_base.html" %} {% load djblets_email %} {% load djblets_utils %} {% block content %} {% if reply.body_top %} {% if review.body_top %}
{% endif %}On {{review.time_emailed|date:"F jS, Y, P"}}, {{review.user|user_displayname}} wrote:
{% endif %} {% for reply_review in review.public_replies %} {% if reply_review.body_top %} {% ifnotequal reply_review reply %}{{review.body_top}}On {{reply_review.timestamp|date:"F jS, Y, P"}}, {{reply_review.user|user_displayname}} wrote:
{% endifnotequal %} {% endif %} {% endfor %} {% if review.body_top %}{{reply_review.body_top}}
{{reply.body_top}}
On {{review.time_emailed|date:"F jS, Y, P"}}, {{review.user|user_displayname}} wrote:
{# Prevents a display glitch on the table in Outlook 2007 #}{% for reply_comment in comment.reply_to.public_replies %} {% if reply_comment.text %} {% ifnotequal reply_comment comment %}
{{comment.screenshot.image.name|basename}} {{comment.reply_to.text}}On {{reply_comment.timestamp|date:"F jS, Y, P"}}, {{reply_comment.review.get.user|user_displayname}} wrote:
{% endifnotequal %} {% endif %} {% endfor %}{{reply_comment.text}}
{{comment.text}}
On {{review.time_emailed|date:"F jS, Y, P"}}, {{review.user|user_displayname}} wrote:
{{entry.html|safe}}{% for reply_comment in entry.comment.reply_to.public_replies %} {% if reply_comment.text %} {% ifnotequal reply_comment entry.comment %}{{entry.comment.reply_to.text}}On {{reply_comment.timestamp|date:"F jS, Y, P"}}, {{reply_comment.review.get.user|user_displayname}} wrote:
{% endifnotequal %} {% endif %} {% endfor %}{{reply_comment.text}}
{{entry.comment.text}}
{% endif %}On {{review.time_emailed|date:"F jS, Y, P"}}, {{review.user|user_displayname}} wrote:
{% endif %} {% for reply_review in review.public_replies %} {% if reply_review.body_bottom %} {% ifnotequal reply_review reply %}{{review.body_bottom}}On {{reply_review.timestamp|date:"F jS, Y, P"}}, {{reply_review.user|user_displayname}} wrote:
{% endifnotequal %} {% endif %} {% endfor %} {% if review.body_bottom %}{{reply_review.body_bottom}}
{{reply.body_bottom}}
- {% ifnotequal reply.user.first_name "" %}{{reply.user.first_name}}{% else %}{{reply.user.username}}{% endifnotequal %}
{% endblock %} {% block footer %}On {{review_request.time_emailed|date:"F jS, Y, P"}}, {{review_request.submitter|user_displayname}} wrote:
{% with 1 as embedded %} {% include "notifications/review_request_email.html" %} {% endwith %} {% endblock %}