{% load i18n %}{% load translations %} {{ commit.hexsha|slice:":8" }} {% blocktrans with commit.hexsha as hash %}Commit {{ hash }}{% endblocktrans %}
{% blocktrans with commit.author.name as author and commit.authored_date|gitdate as date %}Authored by {{ author }} on {{ date }}{% endblocktrans %}