{% trans %}Most downloaded resources{% endtrans %}

{% if data['table'] %} {% for topresource in table %} {% endfor %}
{% trans %}Resource{% endtrans %} {% trans %}Last accessed date{% endtrans %} {% trans %}Downloads (since recording started){% endtrans %}
{{ h.link_to(h.truncate(topresource.resource_name, length=50,whole_word=True), h.url_for('dataset_resource.read',id=topresource.package_id,resource_id=topresource.resource_id)) }}
in {{ h.link_to(topresource.package_name, h.url_for('dataset.read', id=topresource.package_id)) }}
{{ topresource.visit_date }} {{ topresource.visits }}
{% else %}

{% trans %}No statistics found for most downloaded resources.{% endtrans %}

{% endif %}