{% load i18n %}{% load filters %}{% load tz %} {% for item in images_qs %}
{% if rw_print %}
{% endif %}
{% if debug %}{% else %}    {{ item.date_added|timezone:current_tz|date:"SHORT_DATE_FORMAT" }} {{ item.date_added|timezone:current_tz|time:"TIME_FORMAT" }}{% endif %}
{% endfor %}