{% if pictures %}
Uploads
- Total uploads this week: {{number_of_pictures_uploaded}} {% if most_commented_picture.body %}
- Most commented picture:
Camera Usage
-
{% for cam, count in cameras_used.items %}
- {{cam}} : {{count}} {%if count == 1 %} pic {%else%}pics{%endif%} {% endfor %}
Pics
-
{% for pic in pictures %}
-
Tags: {% for tag in pic.tags %} {{tag.raw}}{% if not forloop.last %},{% endif%} {% endfor %} Camera: {{pic.camera_make}}
{% endfor %}