{% load i18n %}
commit: {[{commit.id}]}
author: {[{commit.author.name}]}
email: {[{commit.author.email}]}
date: {[{getDate(commit.author.timestamp)}]}
time: {[{getTime(commit.author.timestamp)}]}
message: {[{commit.message}]}
featureId: {[{diff.newObjectId}]}
changeType: {[{diff.changeType}]}