{% from 'allura:templates/jinja_master/lib.html' import email_gravatar, abbr_date with context %}
{% if show_paging %}
{{widget.fields['page_list'].display(limit=limit, page=page, count=count)}}
{% endif %} {% for commit in value %} {% endfor %}
Commit Date  
{{commit.summary}}
{% if commit.committed.email != commit.authored.email %} {% if commit.committer_url %} {{email_gravatar(commit.committed.email, title=commit.committed.name, size=16)}} {{commit.committed.name}} pushed {% else %} {{email_gravatar(commit.committed.email, title=commit.committed.name, size=16)}} {{commit.committed.name}} pushed {% endif %} {% endif %} {{commit.shorthand_id()}} by {{email_gravatar(commit.authored.email, title=commit.authored.name, size=16)}} {{commit.authored.name}}
{% if commit.committed.date %}{{abbr_date(commit.committed.date)}}{% endif %} Tree
{% if show_paging %}
{{widget.fields['page_list'].display(limit=limit, page=page, count=count)}} {{widget.fields['page_size'].display(limit=limit)}}
{% endif %}