{% load thumbnail %} {% load static %} {% if user.profile.avatar %} {% thumbnail user.profile.avatar "100x100" crop="center" as im %} {% endthumbnail %} {% else %} {% endif %}