{% load i18n %}{% load tz %}
{% if rw_ce %}
{% trans 'Photo' %}
{% endif %}
{% for com in photos_list %}
{% if com.file_url %} {% endif %}
{{ com.description }}
{% if rw_ce %} {% trans 'Delete photo' %} {% endif %}
{% if debug %}{% else %} {{com.dt_added|timezone:current_time_zone|date:"SHORT_DATE_FORMAT"}} {{com.dt_added|timezone:current_time_zone|time:"TIME_FORMAT"}} {% endif %}
{% endfor %}