{% extends "reviews/reviewable_base.html" %} {% load djblets_utils i18n %} {% block title %} {{review_ui.name}}{% if caption %}: {{caption}}{% endif %} {% endblock %} {% block css %} {{block.super}} {% block review_ui_css %}{% endblock %} {% endblock css %} {% block content %} {% definevar "review_ui_box_content" %}{% block review_ui_box_content %}{% endblock %}{% enddefinevar %} {% if prev_file_attachment %} {% with prev_file_attachment_name=prev_file_attachment.display_name %}
{% endwith %} {% endif %} {% if next_file_attachment %} {% with next_file_attachment_name=next_file_attachment.display_name %}
{% endwith %} {% endif %}
{% include "reviews/trophy_box.html" %}
{% include "reviews/review_request_header.html" %}
{{review_ui_box_content}}
{% block review_ui_content %}{% endblock %}
{% endblock %} {% block scripts-post %} {{block.super}} {% block review_ui_scripts %}{% endblock %} {% endblock %}