{% 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}}
{{comment.screenshot.image.name|basename}} |
{{comment.text}}
{{entry.comment.text}}
{{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 %}