{% extends "reviews/entries/base.html" %} {% load accounts djblets_utils i18n %} {% block entry_classes %}review has-avatar{% endblock %} {% block entry_status_classes %}{% if entry.review.ship_it %} ship-it{% endif %}{% if entry.issue_open_count > 0 %} has-issues{% endif %}{% endblock %} {% block entry_extra_anchors %} {% if forloop.last %} {% endif %} {% endblock entry_extra_anchors %} {% block entry_labels %} {% if entry.review.ship_it %} {% endif %} {% if entry.has_issues %} {% endif %} {% endblock entry_labels %} {% block entry_title %} {% user_profile_display_name entry.review.user %} {% endblock entry_title %} {% block entry_new_label %}{% trans "New review" %}{% endblock %} {% block entry_content %}
    {% include "reviews/entries/_review_body.html" with review=entry.review diff_comments=entry.comments.diff_comments file_attachment_comments=entry.comments.file_attachment_comments general_comments=entry.comments.general_comments screenshot_comments=entry.comments.screenshot_comments always_show_body_top=True %}
{% endblock entry_content %}