{% extends "base.html" %} {% load repositories %} {% load staticfiles %} {% block title %}Repositories{% endblock %} {% block css %} {% endblock %} {% block main_left %}
| Repository | Last Commit | Last Commit Author |
|---|---|---|
| {{ repo.working_dir|path2title }} | {{ repo.head.commit.message }} | {{ repo.head.commit.author.name }} |