{% load linkdump_tags linkdump_filters keyword_tags i18n %} {% block recent_dumps %} {% linkdump_recent_dumps as recent_dumps %} {% if recent_dumps %}

{% trans "Newest Links" %}

{% for recent_dump in recent_dumps %} {% endfor %}
{{ recent_dump.title }} {{ recent_dump.views }}
{% endif %} {% endblock %} {% block top_dumps %} {% linkdump_top_dumps as top_dumps %} {% if top_dumps %}

{% trans "Top Links" %}

{% for dump in top_dumps %} {% endfor %}
{{ dump.title }} {{ dump.views }}
{% endif %} {% endblock %} {% block top_categories %} {% linkdump_top_categories as top_categories %} {% if top_categories %}

{% trans "Top Categories" %}

{% for top_category in top_categories %} {% endfor %}
{{ top_category.title }} {{ top_category.count }}
{% endif %} {% endblock %} {% block dump_tags %} {% keywords_for "linkdump.dump" as keywords %} {% if keywords %}

{% trans "Link Tags" %}

{% endif %} {% endblock %}