{% extends "base.html" %} {% block title %}{{ file_path }} - Code Review{% endblock %} {% block header_extra %}
{{ file_path }}
{% endblock %} {% block head_extra %} {% endblock %} {% block styles %} {% endblock %} {% block content %} ← Back to Review
{{ change_label }} {{ file_path }}
{{ summary }}
{% if issues %}

Issues ({{ issues|length }})

{% endif %} {% if suggestions %}

Suggestions ({{ suggestions|length }})

{% endif %}
Diff
{{ diff_content }}
{% endblock %} {% block scripts %} {% endblock %}