{% extends "repo/base.html" %} {% block refs_nav_class %}active{% endblock %} {% block content %} {% for branch in refs.branch %} {% endfor %}
Branch Commit message Author Age
{{ branch.name }} {{ branch.commit.summary() }} {{ branch.commit.author().name() }} {{ branch.commit.author().time() }}
{% for tag in refs.tag %} {% endfor %}
Tag Download Author Age
{{ tag.name }} {{ tag.commit.author().name() }} {{ tag.commit.author().time() }}
{% endblock %}