<li><ahref="{% url 'js-other' unit_id=unit.id %}?type={{ type }}&pos={{ unit.position }}{{ search_url }}"title="{% trans "Samemessageusedindifferentsubprojects"%}">{% trans "All locations" %}</a></li>
<li><ahref="{% url 'js-dictionary' unit_id=unit.id %}"title="{% trans "Wordsextractedfromglossary"%}">{% trans "Glossary" %}</a></li>
<li><ahref="#tab-changes"title="{% trans "ListofrecentchangesdoneinWeblate"%}">{% trans "Recent edits" %}</a></li>
<li><ahref="#tab-source"title="{% trans "Translationsourcedetailsandfeedback"%}">{% trans "Source" %}</a></li>
<li><ahref="#tab-project"title="{% trans "Informationaboutproject"%}">{% trans "Project" %}</a></li>
</ul>
<divid="tab-nearby">
...
...
@@ -193,6 +194,37 @@
<p>{% trans "No recent activity has been recorded." %}</p>
{% endif %}
</div>
<divid="tab-source">
{% with unit.active_source_checks as checks %}
{% if checks %}
<h4>{% trans "Failing checks" %}</h4>
{% for check in checks %}
<spanclass="check"id="check-{{ check.id }}">
{% if perms.trans.ignore_check %}
<ahref="{% url 'js-ignore-check' check_id=check.id %}"class="ignorecheck"title="{% blocktrans with check.get_check_display as check %}Ignore: {{ check }}{% endblocktrans %}"></a>