{% blocktrans with commit.revision as hash %}Commit {{ hash }}{% endblocktrans %}<br />
{% blocktrans with commit.author_name as author and commit.authordate|date:"DATETIME_FORMAT"asdate%}Authoredby{{author}}on{{date}}{%endblocktrans%}<br/>
{% with trans.get_translated_percent as percent and trans.get_fuzzy_percent as fuzzy and trans.failing_checks as checks and trans.get_non_translated as count and trans.get_failing_checks_percent as check_percent and trans.have_suggestion as suggestions %}
<td>{% if trans.is_user_locked %}<spanclass="ui-icon ui-icon-locked tooltip">{{ trans.get_lock_display }}</span>{% endif %}</td>
<td>{% if trans.is_user_locked %}<spanclass="glyphicon glyphicon-lock html-tooltip"data-placement="bottom"data-toggle="tooltip"data-title='{{ trans.get_lock_display }}'></span>{% endif %}</td>
<tdclass="progress-cell">{% translation_progress trans %}</td>
<tdclass="percent">{{ percent }}%</td>
<tdclass="percent"title="{% blocktrans count words=trans.untranslated_words %}{{ words }} word to translate!{% plural %}{{ words }} words to translate!{% endblocktrans %}">{{ trans.get_words_percent }}%</td>