<td>{{ country }}</td>
<td>
{% with country.collections.count as num %}
- <a href="{% url "telemeta-geo-country-collections" continent.flatname,country.flatname %}">
+ <a href="{% url "telemeta-geo-country-collections" continent.flatname country.flatname %}">
{% blocktrans count num as counter %}1 collection{% plural %}{{ counter }} collections{% endblocktrans %}
</a>
{% endwith %}
</td>
<td>
{% with country.items.count as num %}
- <a href="{% url "telemeta-geo-country-items" continent.flatname,country.flatname %}">
+ <a href="{% url "telemeta-geo-country-items" continent.flatname country.flatname %}">
{% blocktrans count num as counter %}1 item{% plural %}{{ counter }} items {% endblocktrans %}
</a>
{% endwith %}
{% block title %}
<a href="{% url "telemeta-geo-continents" %}">{% trans "World" %}</a> /
- <a href="{% url "telemeta-geo-countries" continent.flatname %}">{{ continent }}</a>
+ <a href="{% url "telemeta-geo-countries" continent.flatname %}">{{ continent }}</a>
/ {{ country }}
{% endblock title %}