{% extends "git/base.html" %} {% load staticfiles %} {% block body %}

index > {{ project.name }}

Description

Statistics

Commits

{# Pagination before the table #} {# Commits table #} {% for commit in commits|dictsortreversed:"commit_time" %} {% endfor %}
SHA Date Committer Message
{{ commit.sha | truncatechars:10 }} {{ commit.commit_time | date }} {{ commit.committer }} {{ commit.message | truncatechars:50 }}

{# Pagination after the table #} {% endblock %}