{% 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}}
{{comment.file_attachment.caption|default:comment.file_attachment.filename}} |
{{comment.text}}
{{entry.comment.text}}
{{review.body_bottom}}{% endif %}
- {% if review.user.first_name != "" %}{{review.user.first_name}}{% else %}{{review.user.username}}{% endif %}
{% endblock %} {% block footer %}On {{review_request.time_emailed|date:"F jS, Y, P T"}}, {{review_request.submitter|user_displayname}} wrote:
{% with 1 as embedded %} {% include "notifications/review_request_email.html" %} {% endwith %} {% endblock %}