{% extends "frog/email.html" %} {% load tablecols %} {% block content %}

You have uploaded {{ items | length }} items to the main gallery without tags. Please take a moment and add at least one tag to the following items:

{% for row in items|tablecols:4 %} {% for obj in row %} {% if obj.thumbnail %} {% endif %} {% endfor %} {% endfor %}
obj.height %}width="200"{% else %}height="200"{% endif %} />
{{obj.title}}
{{obj.author.get_full_name}}
{% endblock %} {% block footer %} {% endblock %}