{% extends "base.html" %} {% block body %}

{{ _("Distribution") }}: {{ distro.name }} - {{ _("Source") }}: {{ source.name }} - {{ _("Commits") }}

{{ _("Source repository") }}: {{ source.name }}

{% module CommitsTable(distro, source, commits) %} {% end block %}