{% extends "fotos/base.html" %} {% load thumbnail %} {% block title %}{{ u.username }}{% endblock %} {% block container %}
...

{{ u.username }}

Registro em {{ u.date_joined|date:"d M Y" }}
{% for picture in pictures %} {% if forloop.first %}
{% elif forloop.counter0|divisibleby:"3" %}
{% endif %} {% if forloop.last %}
{% endif %} {% empty %}

Usuário não possui fotos.

{% endfor %}
{% endblock %}