{% load humanize%} {% for i in object_list %} {%if i.0 %} {{i.0}} ({{i.0|naturaltime}}) {% endif %} {%if i.1 %}{{i.1}}{% endif %}
{% endfor%}