{% load i18n %} {% load translations %} {% 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 %}