{% extends "base.html" %} {% block body %}
{% if source.gitweb %} {% end %}
{{ _("Gitweb") }} {{ source.gitweb }}
{{ _("Branch") }} {{ source.branch }}
{{ _("Imported commits") }} {{ source.num_commits }}

{{ _("Latest commits") }}

{% module CommitsTable(distro, source, commits) %} {{ _("Show all commits") }}
{% end block %}