{% for source in sources %} {% end %}
{{ _("Name") }} {{ _("No. of commits") }} {{ _("Latest commit") }}
{{ source.name }}
{{ _("Branch: %s") % source.branch }}
{{ len(source) }} {{ source.head_revision.revision[:7] }} - {{ format_date(source.head_revision.date) }}
{{ source.head_revision.subject }}