{% with unit.get_comments as comments and unit.nearby as nearby %}
<ulclass="pagination">
<li><aid="button-first"href="{{ first_unit_url }}"title="{% trans "First"%}"><iclass="fa fa-step-backward"></i></a></li>
...
...
@@ -148,7 +148,7 @@
</form>
<ulclass="nav nav-pills translation-tabs">
<liclass="active"><ahref="#nearby"data-toggle="tab"title="{% trans "Messagesplacedaroundthisone"%}">{% trans "Nearby messages" %}</a></li>
<liclass="active"><ahref="#nearby"data-toggle="tab"title="{% trans "Messagesplacedaroundthisone"%}">{% trans "Nearby messages" %}<spanclass="badge">{{ nearby.count }}</span></a></li>
{% if unit.suggestions %}
<li><ahref="#suggestions"data-toggle="tab">{% trans "Suggestions" %} <spanclass="badge">{{ unit.suggestions.count }}</span></a></li>
{% endif %}
...
...
@@ -173,7 +173,7 @@
<tr><th></th><th>{% trans "Source" %}</th><th>{% trans "Translation" %}</th><th>{% trans "State" %}</th></tr>