{%extends "repos_base.html"%} {%block title1%}Repositories -{%endblock%} {%block body%}

Repositories and Branches

{%for br in branches%} {%ifchanged%}

Repository: {{br.repository.name}}

{%if user%}

(add branch)

{%endif%} {%endifchanged%} {{br.category}} {{br.name}} {{br.url}} {%ifequal br.owner user%}   (edit) {%endifequal%}
{%endfor%} {%endblock%}