{% load i18n %}

Files

{% for t in toplist %} {% if t.TYPE == "F" %}
{{ t.NAME }}
{% else %}
{{ t.NAME }}
{% endif %} {% endfor %}