{% load i18n %}

{{ content.filter_title }}

Show all
{% for r in resources %}
{{ r.published_on|date:"d.m.Y" }}
{{ r.translation.title }}
{% trans "filed under" %} {{ r.category.translation.title }}

{{ r.translation.description }}

{% endfor %}