{% load i18n %}
| {% trans 'Hash' %} | {{ hash }} |
| {% trans 'Short hash' %} | {{ short_hash }} |
| {% trans 'Branch' %} | {{ branch_name }} |
| {% trans 'Commit message' %} | {{ message|linebreaks }} |
| {% trans 'Author' %} | {{ author }} |
| {% trans 'Committer' %} | {{ committer }} |
| {% trans 'Updated at' %} | {{ updated_at }} |