{% load djblets_js i18n %} {% comment %} This template should be kept in sync with the templates in: - templates/reviews/commit_list_field.html - static/rb/js/diffviewer/views/diffCommitListView.es6.js so that they render items identically. {% endcomment %}
{# Marker column #} {% if to_expand %} {% endif %} {# Summary column #} {% if include_author_name %} {% endif %} {% trans "Summary" %} {% if include_author_name %} {% endif %} {% for commit in old_commits %} {% if to_expand %} {% endif %} {% if include_author_name %} {% endif %} {% endfor %} {% for commit in new_commits %} {% if to_expand %} {% endif %} {% if include_author_name %} {% endif %} {% endfor %}
{% trans "Author" %}
- {% if commit.pk in to_expand %} {% endif %}
{{commit.summary}}
{{commit.author_name}}
+ {% if commit.pk in to_expand %} {% endif %}
{{commit.summary}}
{{commit.author_name}}