{% if change.type != '+' %}{{ change.line_a }}{% endif %} |
{% if change.type != '-' %}{{ change.line_b }}{% endif %} |
{{ change.text }} |
{# TODO: Load in annotations somehow #}
{% if review %}
{% for comment in review.comment_set.all %}
{% if change.type != '+' and change.line_a == comment.line_a or change_type != '-' and change.line_b == comment.line_b %}