{% load i18n %} {% comment %} This template should be kept in sync with the templates in: - templates/reviews/changedesc_commit_list.html - static/rb/js/diffviewer/views/diffCommitListView.es6.js so that they render items identically. {% endcomment %} {% if to_expand %} {% endif %} {# Summary column #} {% if include_author_name %} {% endif %} {% trans "Summary" %} {% if include_author_name %} {% endif %} {% for commit in 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}}