{% extends "django_vcs/base.html" %} {% block title %} Recent commits for {{ repo.name }} {% endblock %} {% block content %}

Recent commits for {{ repo.name }}

{% for commit in commits %} {% endfor %}
{{ commit.commit_id }} {{ commit.author }} {{ commit.message }} {{ commit.item }}
{% endblock %}