{% extends "git_browse/base.html" %} {# {% load markup %} #} {% block path %}code{% endblock %} {% block title %}Code Repositories{% endblock %} {% block content %} {% if object_list %} {% for item in object_list %}

tree - changelog

{{ item.name }} (aka {{ item.slug }})

{{ item.description }} {% endfor %} {% else %}

No repositories have been set up yet.

{% endif %} {% if is_paginated %} {% if has_previous %} « previous | {% endif %} {% if has_next %} next » {% endif %} {% endif %} {% endblock %}