{% extends 'arvestust.html' %} {% load cache %} {% load i18n %} {% comment %} Describe the template here. {% endcomment %} {% block content %}

Tags

{% for tag in object_list %}

{% blocktrans with time=tag.created_at|timesince %} Created {{ time }} ago {% endblocktrans %}

{% endfor %}
{% endblock %}