{% extends "reviews/reviewable_base.html" %} {% load djblets_deco djblets_js djblets_utils i18n reviewtags tz %} {% block title %} {{review_ui.name}}{% if caption %}: {{caption}}{% endif %} {% endblock %} {% block css %} {{block.super}} {% block review_ui_css %}{% endblock %} {% endblock %} {% block content %} {% definevar "review_ui_box_content" %}{% block review_ui_box_content %}{% endblock %}{% enddefinevar %} {% if prev_file_attachment %}
{{prev_file_attachment.thumbnail}}
{{prev_file_attachment.display_name}}
{% endif %} {% if next_file_attachment %}
{{next_file_attachment.thumbnail}}
{{next_file_attachment.display_name}}
{% 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 %}