{% extends "notifications/email_base.html" %} {% load djblets_email %} {% load djblets_utils %} {% block content %} {% if review.ship_it %}

Ship it!

{% endif %} {% if review.body_top %}
{{review.body_top}}

{% endif %} {% for comment in review.screenshot_comments.all %}
{{comment.screenshot.image.name|basename}}
{{comment.screenshot.caption}}
{{comment.text}}

{% endfor %} {% for entry in comment_entries %}
{{entry.html|safe}}
{{entry.comment.text}}

{% endfor %} {% if review.body_bottom %}
{{review.body_bottom}}
{% endif %}

- {% ifnotequal review.user.first_name "" %}{{review.user.first_name}}{% else %}{{review.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 %}